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