Function tensorflow::ops::softsign_grad
source · pub fn softsign_grad<O0: Into<Output>, O1: Into<Output>>(
gradients: O0,
features: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for SoftsignGrad::new().build(gradients, features, scope)
.