Home
last modified time | relevance | path

Searched defs:transpose1 (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dinstruction_fusion_test.cc149 auto transpose1 = builder.AddInstruction(HloInstruction::CreateTranspose( in TEST_F() local
Dalgebraic_simplifier_test.cc2223 HloInstruction* transpose1 = in TEST_F() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer_test.cc1366 Output transpose1 = ops::Transpose(s.WithOpName("transpose1"), inputs, perm1); in TEST_F() local
1436 Output transpose1 = ops::Transpose(s, inputs, ops::Const(s, {1, 0})); in TEST_F() local
1474 Output transpose1 = ops::Transpose(s.WithOpName("transpose1"), inputs, perm); in TEST_F() local
1499 Output transpose1 = ops::Transpose( in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Dfusion_test.cc581 auto transpose1 = builder.AddInstruction(HloInstruction::CreateTranspose( in XLA_TEST_F() local