Function tensorflow::ops::fractional_max_pool
source · pub fn fractional_max_pool<O0: Into<Output>>(
value: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for FractionalMaxPool::new().build(value, scope)
.