MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / GetCurLayout

Method GetCurLayout

tensorflow/core/util/mkl_util.h:482–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

ComputeMethod · 0.80
ComputeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected