tf.SparseTensor.indices
The indices of non-zero values in the represented dense tensor.
Returns:
A 2-D Tensor of int64 with shape [N, ndims]
, where N
is the number of non-zero values in the tensor, and ndims
is the rank.
tf.SparseTensor.indices
The indices of non-zero values in the represented dense tensor.
A 2-D Tensor of int64 with shape [N, ndims]
, where N
is the number of non-zero values in the tensor, and ndims
is the rank.
Please login to continue.