pub fn fake_quant_with_min_max_vars_per_channel_gradient<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
    gradients: O0,
    inputs: O1,
    min: O2,
    max: O3,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for FakeQuantWithMinMaxVarsPerChannelGradient::new().build(gradients, inputs, min, max, scope).