Home
last modified time | relevance | path

Searched refs:FoldTransposeIntoMatMul (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc2276 class FoldTransposeIntoMatMul : public ArithmeticOptimizerStage { class
2278 explicit FoldTransposeIntoMatMul(const GraphOptimizerContext& ctx, in FoldTransposeIntoMatMul() function in tensorflow::grappler::__anon73f394250111::FoldTransposeIntoMatMul
2281 ~FoldTransposeIntoMatMul() override = default;
3688 pipeline.AddStage<FoldTransposeIntoMatMul>(ctx, ctx_ext); in SimplifyArithmeticOps()
Darithmetic_optimizer_test.cc715 TEST_F(ArithmeticOptimizerTest, FoldTransposeIntoMatMul) { in TEST_F() argument