pub fn quantize_down_and_shrink_range<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>>(
    ctx: &'a Context,
    input: &T0,
    input_min: &T1,
    input_max: &T2
) -> Result<[TensorHandle<'a>; 3]>
Expand description

Shorthand for QuantizeDownAndShrinkRange::new().call(&ctx, &input, &input_min, &input_max).

See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/QuantizeDownAndShrinkRange