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

Function RunMklLayoutRewritePass

tensorflow/core/graph/mkl_layout_pass.cc:4197–4199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4195}
4196
4197bool RunMklLayoutRewritePass(std::unique_ptr<Graph>* g) {
4198 return MklLayoutRewritePass().RunPass(g);
4199}
4200
4201Status MklLayoutRewritePass::Run(const GraphOptimizationPassOptions& options) {
4202 if (options.graph == nullptr && options.partition_graphs == nullptr) {

Callers 2

BM_MklLayoutRewritePassFunction · 0.85

Calls 2

RunPassMethod · 0.45

Tested by 2

BM_MklLayoutRewritePassFunction · 0.68