Searched refs:negate_computation (Results 1 – 1 of 1) sorted by relevance
76 auto negate_computation = in TEST_F() local78 EXPECT_TRUE(negate_computation->MakeEmbeddedComputationsList().empty()); in TEST_F()84 auto negate_computation = in TEST_F() local87 module->AddEntryComputation(CreateMapComputation(negate_computation)); in TEST_F()88 EXPECT_TRUE(negate_computation->MakeEmbeddedComputationsList().empty()); in TEST_F()90 ElementsAre(negate_computation)); in TEST_F()96 auto negate_computation = in TEST_F() local99 module->AddEmbeddedComputation(CreateMapComputation(negate_computation)); in TEST_F()101 module->AddEmbeddedComputation(CreateMapComputation(negate_computation)); in TEST_F()118 EXPECT_EQ(negate_computation, *embedded_computations.begin()); in TEST_F()[all …]