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

Shorthand for QuantizedReshape::new().build(tensor, shape, input_min, input_max, scope).