pub fn quantized_instance_norm<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
    x: O0,
    x_min: O1,
    x_max: O2,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for QuantizedInstanceNorm::new().build(x, x_min, x_max, scope).