pub fn relu<O0: Into<Output>>( features: O0, scope: &mut Scope ) -> Result<Operation>
Shorthand for Relu::new().build(features, scope).
Relu::new().build(features, scope)