Function tensorflow::ops::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)
.