pub fn quantize_and_dequantize_v4_grad<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
    gradients: O0,
    input: O1,
    input_min: O2,
    input_max: O3,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for QuantizeAndDequantizeV4Grad::new().build(gradients, input, input_min, input_max, scope).