tensorflow::ops

Function max_pool_with_argmax

Source
pub fn max_pool_with_argmax<O0: Into<Output>>(
    input: O0,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for MaxPoolWithArgmax::new().build(input, scope).