Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_alias_analysis_test.cc882 auto select34 = builder.AddInstruction(HloInstruction::CreateTernary( in TEST_F() local
885 tuple_shape, HloOpcode::kTupleSelect, pred, select12, select34)); in TEST_F()
898 EXPECT_THAT(GetBuffersAt(select34, /*index=*/{0}), in TEST_F()
909 EXPECT_TRUE(analysis.InstructionBuffersAreAmbiguous(select34)); in TEST_F()
914 EXPECT_TRUE(analysis.InstructionBuffersAreDistinct(select34)); in TEST_F()
Dhlo_dataflow_analysis_test.cc901 auto select34 = builder.AddInstruction(HloInstruction::CreateTernary( in TEST_P() local
904 tuple_shape, HloOpcode::kTupleSelect, pred, select12, select34)); in TEST_P()
915 EXPECT_TRUE(analysis.ValueIsDefinedAt(select34)); in TEST_P()
920 EXPECT_FALSE(analysis.ValueIsDefinedAt(select34, /*index=*/{0})); in TEST_P()
928 EXPECT_THAT(HloValuesAt(select34, /*index=*/{0}), in TEST_P()