Function tensorflow::ops::max_pool_v2
source · pub fn max_pool_v2<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
input: O0,
ksize: O1,
strides: O2,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for MaxPoolV2::new().build(input, ksize, strides, scope)
.