Skip to content

[Graph] Remove some oneDNN perf drop ops. #38

@changqi1

Description

@changqi1
     reco_ops_list_ = gtl::FlatSet<string> {
       "BatchMatMul", "BatchMatMulV2", "BiasAdd", "BiasAddGrad",
       "_FusedMatMul", "_FusedBatchMatMul", "_FusedBatchMatMulV2",
-      "Identity", "LeakyRelu", "LeakyReluGrad", "MatMul",
+      "LeakyRelu", "LeakyReluGrad", "MatMul",
       "Relu", "ReluGrad", "Relu6", "Relu6Grad", "Gelu", "GeluGrad",
-      "Tanh", "TanhGrad", "Reshape"
+      "Tanh", "TanhGrad"
     };

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions