| 62 | } |
| 63 | |
| 64 | TTypes<int64>::UnalignedConstMatrix Group::indices() const { |
| 65 | return TTypes<int64>::UnalignedConstMatrix(&(iter_->ix_matrix_(loc_, 0)), |
| 66 | next_loc_ - loc_, iter_->dims_); |
| 67 | } |
| 68 | |
| 69 | } // namespace sparse |
| 70 | } // namespace tensorflow |
no outgoing calls