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