Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dbuffer_allocations.cc76 if (allocation.maybe_live_out() || allocation.IsPreallocatedTempBuffer()) { in Build()
139 if ((allocation.maybe_live_out() && in TearDown()
/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.h138 bool maybe_live_out() const { return maybe_live_out_; } in maybe_live_out() function
216 return is_entry_computation_parameter() || maybe_live_out(); in IsInputOrOutput()
226 !maybe_live_out() && in IsPreallocatedTempBuffer()
Dbuffer_assignment_test.cc1235 EXPECT_FALSE(map_param_alloc.maybe_live_out()); in TEST_F()
1240 EXPECT_FALSE(map_root_alloc.maybe_live_out()); in TEST_F()
1246 EXPECT_FALSE(call_param_alloc.maybe_live_out()); in TEST_F()
1257 EXPECT_FALSE(param_alloc.maybe_live_out()); in TEST_F()
1262 EXPECT_TRUE(map_alloc.maybe_live_out()); in TEST_F()
1293 EXPECT_TRUE(allocation.maybe_live_out()); in TEST_F()
1318 GetAllocation(*assignment, tuple_param, /*index=*/{}).maybe_live_out()); in TEST_F()
1322 GetAllocation(*assignment, tuple_param, /*index=*/{1}).maybe_live_out()); in TEST_F()
1324 .maybe_live_out()); in TEST_F()
1326 .maybe_live_out()); in TEST_F()
[all …]
Dbuffer_assignment.cc300 if (maybe_live_out()) { in ToString()
619 if (allocation.maybe_live_out()) { in ComputeSummaryStats()
Dhlo.proto386 bool maybe_live_out = 7; field