pub fn quantized_relu6<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
    features: O0,
    min_features: O1,
    max_features: O2,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for QuantizedRelu6::new().build(features, min_features, max_features, scope).