Function tensorflow::ops::quantized_relu_x
source · pub fn quantized_relu_x<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
features: O0,
max_value: O1,
min_features: O2,
max_features: O3,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for QuantizedReluX::new().build(features, max_value, min_features, max_features, scope)
.