Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_computation_test.cc76 auto negate_computation = in TEST_F() local
78 EXPECT_TRUE(negate_computation->MakeEmbeddedComputationsList().empty()); in TEST_F()
84 auto negate_computation = in TEST_F() local
87 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() local
99 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 …]