Function tensorflow::ops::quantize_down_and_shrink_range
source · pub fn quantize_down_and_shrink_range<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
input: O0,
input_min: O1,
input_max: O2,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for QuantizeDownAndShrinkRange::new().build(input, input_min, input_max, scope)
.