| 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 { |
| 165 | return std::accumulate(shape(),shape() + num_dimensions(), |
no outgoing calls
no test coverage detected