Function tensorflow::ops::quantized_relu
source · pub fn quantized_relu<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 QuantizedRelu::new().build(features, min_features, max_features, scope)
.