pub fn fake_quant_with_min_max_args_gradient<O0: Into<Output>, O1: Into<Output>>(
    gradients: O0,
    inputs: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for FakeQuantWithMinMaxArgsGradient::new().build(gradients, inputs, scope).