Function tensorflow::eager::raw_ops::uniform_requantize
source · pub fn uniform_requantize<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>, T4: ToTensorHandle<'a>>(
ctx: &'a Context,
input: &T0,
input_scales: &T1,
input_zero_points: &T2,
output_scales: &T3,
output_zero_points: &T4
) -> Result<TensorHandle<'a>>
Expand description
Shorthand for UniformRequantize::new().call(&ctx, &input, &input_scales, &input_zero_points, &output_scales, &output_zero_points)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/UniformRequantize