Function tensorflow::ops::risc_pool

source ·
pub fn risc_pool<O0: Into<Output>>(
    value: O0,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for RiscPool::new().build(value, scope).