Function tensorflow::ops::sparse_slice
source · pub fn sparse_slice<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>>(
indices: O0,
values: O1,
shape: O2,
start: O3,
size: O4,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for SparseSlice::new().build(indices, values, shape, start, size, scope)
.