tensorflow::ops

Function selu

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

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