Function tensorflow::ops::leaky_relu

source ·
pub fn leaky_relu<O0: Into<Output>>(
    features: O0,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for LeakyRelu::new().build(features, scope).