Searched refs:tanh3 (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | memory_space_assignment_test.cc | 3633 HloInstruction* tanh3 = builder.AddInstruction( in TEST_P() local 3638 HloInstruction::CreateUnary(shape, HloOpcode::kTanh, tanh3)); in TEST_P() 3650 tanh3, negate3, tanh4, negate4, tuple}); in TEST_P() 3674 EXPECT_THAT(tanh3, op::ShapeWithLayout(shape_in_default_mem)); in TEST_P() 3823 HloInstruction* tanh3 = builder.AddInstruction( in TEST_P() local 3828 HloInstruction::CreateTuple({tanh3, negate3, tanh0})); in TEST_P() 3838 negate0, tanh1, negate1, tanh2, negate2, tanh3, negate3, tuple}); in TEST_P()
|