tensorflow::ops

Function selu_grad

Source
pub fn selu_grad<O0: Into<Output>, O1: Into<Output>>(
    gradients: O0,
    outputs: O1,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for SeluGrad::new().build(gradients, outputs, scope).