\brief Return the number of non zero values in the sparse tensor related to this sparse index
| 163 | /// \brief Return the number of non zero values in the sparse tensor related |
| 164 | /// to this sparse index |
| 165 | int64_t non_zero_length() const override { return coords_->shape()[0]; } |
| 166 | |
| 167 | /// \brief Return whether a sparse tensor index is canonical, or not. |
| 168 | /// If a sparse tensor index is canonical, it is sorted in the lexicographical order, |
nothing calls this directly
no test coverage detected