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