| 1506 | } |
| 1507 | |
| 1508 | Status GetSparseCOOIndexMetadata(const flatbuf::SparseTensorIndexCOO* sparse_index, |
| 1509 | std::shared_ptr<DataType>* indices_type) { |
| 1510 | return IntFromFlatbuffer(sparse_index->indicesType(), indices_type); |
| 1511 | } |
| 1512 | |
| 1513 | Status GetSparseCSXIndexMetadata(const flatbuf::SparseMatrixIndexCSX* sparse_index, |
| 1514 | std::shared_ptr<DataType>* indptr_type, |
no test coverage detected