Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Darithmetic_optimizer.cc2369 class FoldTransposeIntoMatMul : public ArithmeticOptimizerStage { class
2371 explicit FoldTransposeIntoMatMul(const GraphOptimizerContext& ctx, in FoldTransposeIntoMatMul() function in tensorflow::grappler::__anonfb3622940111::FoldTransposeIntoMatMul
H A Darithmetic_optimizer_test.cc1143 TEST_F(ArithmeticOptimizerTest, FoldTransposeIntoMatMul) { in TEST_F() argument