tensorflow::ops

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