| 432 | } |
| 433 | |
| 434 | inline MklTensorFormat GetTfDataFormat() const { |
| 435 | return data_.tf_data_format_; |
| 436 | } |
| 437 | |
| 438 | /// We don't create primitive_descriptor for TensorFlow layout now. |
| 439 | /// We use lazy evaluation and create it only when needed. Input format can |
no outgoing calls
no test coverage detected