pub fn fake_quant_with_min_max_args_gradient<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
    ctx: &'a Context,
    gradients: &T0,
    inputs: &T1
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for FakeQuantWithMinMaxArgsGradient::new().call(&ctx, &gradients, &inputs).

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