pub fn quantized_max_pool<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
    input: O0,
    min_input: O1,
    max_input: O2,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for QuantizedMaxPool::new().build(input, min_input, max_input, scope).