pub fn fake_quant_with_min_max_vars<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>>(
    ctx: &'a Context,
    inputs: &T0,
    min: &T1,
    max: &T2
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for FakeQuantWithMinMaxVars::new().call(&ctx, &inputs, &min, &max).

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