tensorflow::ops

Function 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).