Function tensorflow::ops::uniform_quantized_clip_by_value
source · pub fn uniform_quantized_clip_by_value<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>>(
operand: O0,
min: O1,
max: O2,
scales: O3,
zero_points: O4,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for UniformQuantizedClipByValue::new().build(operand, min, max, scales, zero_points, scope)
.