| 388 | } |
| 389 | |
| 390 | inline int64 DimSize(int index) const { |
| 391 | CHECK_LT(index, sizeof(data_.sizes_) / sizeof(data_.sizes_[0])); |
| 392 | return data_.sizes_[index]; |
| 393 | } |
| 394 | |
| 395 | /// Return TensorShape that describes the Tensorflow shape of the tensor |
| 396 | /// represented by this MklShape. |
no outgoing calls
no test coverage detected