| 480 | } |
| 481 | |
| 482 | inline const memory::desc GetCurLayout() const { |
| 483 | return IsMklTensor() ? GetMklLayout() : GetTfLayout(); |
| 484 | } |
| 485 | |
| 486 | // We don't need a case of default dimension order because |
| 487 | // when an operator that does not get data_format attribute gets all inputs |
no outgoing calls
no test coverage detected