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