| 159 | size_type num_dimensions() const { return NumDims; } |
| 160 | const size_type* shape() const { return extents_; } |
| 161 | const index* strides() const { return strides_; } |
| 162 | const index* index_bases() const { return index_base_; } |
| 163 | |
| 164 | size_type num_elements() const { |
no outgoing calls
no test coverage detected