Function tensorflow::ops::risc_slice

source ·
pub fn risc_slice<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
    input: O0,
    begin: O1,
    size: O2,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for RiscSlice::new().build(input, begin, size, scope).