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