Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dar_crs_combiner_test.cc46 EXPECT_FALSE(ArCrsCombiner::TestInstructionsComputeSameValue( in TEST_F()
48 EXPECT_TRUE(ArCrsCombiner::TestInstructionsComputeSameValue(i1, i2)); in TEST_F()
66 EXPECT_TRUE(ArCrsCombiner::TestInstructionsComputeSameValue(i1, i2)); in TEST_F()
85 EXPECT_FALSE(ArCrsCombiner::TestInstructionsComputeSameValue(i1, i2)); in TEST_F()
106 EXPECT_FALSE(ArCrsCombiner::TestInstructionsComputeSameValue(i1, i2)); in TEST_F()
126 EXPECT_TRUE(ArCrsCombiner::TestInstructionsComputeSameValue(i1, i2)); in TEST_F()
146 EXPECT_FALSE(ArCrsCombiner::TestInstructionsComputeSameValue(i1, i2)); in TEST_F()
168 EXPECT_TRUE(ArCrsCombiner::TestInstructionsComputeSameValue(i1, i2)); in TEST_F()
190 EXPECT_TRUE(ArCrsCombiner::TestInstructionsComputeSameValue(i1, i2)); in TEST_F()
213 EXPECT_FALSE(ArCrsCombiner::TestInstructionsComputeSameValue(i1, i2)); in TEST_F()
[all …]
Dar_crs_combiner.h84 static bool TestInstructionsComputeSameValue(HloInstruction* i1,
Dar_crs_combiner.cc335 bool ArCrsCombiner::TestInstructionsComputeSameValue(HloInstruction* i1, in TestInstructionsComputeSameValue() function in xla::ArCrsCombiner