Function tensorflow::eager::raw_ops::requantize_per_channel
source · pub fn requantize_per_channel<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>, T4: ToTensorHandle<'a>>(
ctx: &'a Context,
input: &T0,
input_min: &T1,
input_max: &T2,
requested_output_min: &T3,
requested_output_max: &T4
) -> Result<[TensorHandle<'a>; 3]>
Expand description
Shorthand for RequantizePerChannel::new().call(&ctx, &input, &input_min, &input_max, &requested_output_min, &requested_output_max)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/RequantizePerChannel