pub fn inv_grad<O0: Into<Output>, O1: Into<Output>>( y: O0, dy: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for InvGrad::new().build(y, dy, scope).
InvGrad::new().build(y, dy, scope)