Function tensorflow::ops::relu6

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

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