Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dtranspose_folding_test.cc44 class TransposeFoldingTest : public HloTestBase { class
60 TEST_F(TransposeFoldingTest, FoldDotTranspose) { in TEST_F() argument
81 TEST_F(TransposeFoldingTest, DontFoldTransposeOfBatchDim) { in TEST_F() argument
109 TEST_F(TransposeFoldingTest, DontFoldTransposeOfRank1Dot) { in TEST_F() argument
137 TEST_F(TransposeFoldingTest, FoldDotTransposeConstant) { in TEST_F() argument
159 TEST_F(TransposeFoldingTest, FuseDotWithConstantOperands) { in TEST_F() argument
190 TEST_F(TransposeFoldingTest, FoldDotTransposeInCall) { in TEST_F() argument
219 TEST_F(TransposeFoldingTest, FoldConvDimSwapTransposeRhs) { in TEST_F() argument
275 TEST_F(TransposeFoldingTest, FoldConvComplexTransposeRhs) { in TEST_F() argument
337 TEST_F(TransposeFoldingTest, FoldConvTransposeLhs) { in TEST_F() argument
[all …]