| 368 | |
| 369 | inline size_t GetDimension() const { return data_.dimension_; } |
| 370 | inline const int* GetSizes() const { |
| 371 | return reinterpret_cast<const int*>(&data_.sizes_[0]); |
| 372 | } |
| 373 | |
| 374 | // Returns an dnnl::memory::dims object that contains the sizes of this |
| 375 | // MklDnnShape object. |
no outgoing calls
no test coverage detected