\brief Return a string representation of the sparse index
| 288 | |
| 289 | /// \brief Return a string representation of the sparse index |
| 290 | std::string ToString() const override { |
| 291 | return std::string(SparseIndexType::kTypeName); |
| 292 | } |
| 293 | |
| 294 | /// \brief Return whether the CSR indices are equal |
| 295 | bool Equals(const SparseIndexType& other) const { |