\brief Return the number of non zero values in the sparse tensor related to this sparse index
| 291 | /// \brief Return the number of non zero values in the sparse tensor related |
| 292 | /// to this sparse index |
| 293 | int64_t non_zero_length() const override { return indices_->shape()[0]; } |
| 294 | |
| 295 | /// \brief Return a string representation of the sparse index |
| 296 | std::string ToString() const override { |