Function tensorflow::eager::raw_ops::quantized_instance_norm
source · pub fn quantized_instance_norm<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>>(
ctx: &'a Context,
x: &T0,
x_min: &T1,
x_max: &T2
) -> Result<[TensorHandle<'a>; 3]>
Expand description
Shorthand for QuantizedInstanceNorm::new().call(&ctx, &x, &x_min, &x_max)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/QuantizedInstanceNorm