Function tensorflow::ops::strided_slice

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

Shorthand for StridedSlice::new().build(input, begin, end, strides, scope).