\brief Return the identifier of the format type
| 78 | |
| 79 | /// \brief Return the identifier of the format type |
| 80 | SparseTensorFormat::type format_id() const { return format_id_; } |
| 81 | |
| 82 | /// \brief Return the number of non zero values in the sparse tensor related |
| 83 | /// to this sparse index |