Splits each rank-N <code>tf$SparseTensor</code> in this dataset row-wise.

Splits each rank-N tf$SparseTensor in this dataset row-wise.

sparse_tensor_slices_dataset(sparse_tensor)

Arguments

sparse_tensor

A tf$SparseTensor.

Value

A dataset of rank-(N-1) sparse tensors.

See also

Other tensor datasets: tensor_slices_dataset, tensors_dataset