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