Searched refs:InstructionMaybeLiveOut (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | buffer_liveness_test.cc | 90 bool InstructionMaybeLiveOut(const BufferLiveness& liveness, in InstructionMaybeLiveOut() function in xla::__anonffafc8080111::BufferLivenessTest 144 EXPECT_FALSE(InstructionMaybeLiveOut(*liveness, param)); in TEST_F() 145 EXPECT_FALSE(InstructionMaybeLiveOut(*liveness, negate)); in TEST_F() 146 EXPECT_FALSE(InstructionMaybeLiveOut(*liveness, exp)); in TEST_F() 147 EXPECT_TRUE(InstructionMaybeLiveOut(*liveness, log)); in TEST_F() 385 EXPECT_FALSE(InstructionMaybeLiveOut(*liveness, param)); in TEST_F() 386 EXPECT_TRUE(InstructionMaybeLiveOut(*liveness, negate)); in TEST_F() 387 EXPECT_TRUE(InstructionMaybeLiveOut(*liveness, inner_tuple)); in TEST_F() 388 EXPECT_TRUE(InstructionMaybeLiveOut(*liveness, exp)); in TEST_F() 389 EXPECT_TRUE(InstructionMaybeLiveOut(*liveness, outer_tuple)); in TEST_F() [all …]
|