pub fn softplus_grad<O0: Into<Output>, O1: Into<Output>>( gradients: O0, features: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for SoftplusGrad::new().build(gradients, features, scope).
SoftplusGrad::new().build(gradients, features, scope)