HomeSort by relevance Sort by last modified time
    Searched refs:maybe_live_out (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
buffer_allocations.cc 76 if (allocation.maybe_live_out() || allocation.IsPreallocatedTempBuffer()) {
137 // Deallocate buffers marked "maybe_live_out" but aren't actually live out,
139 if ((allocation.maybe_live_out() &&
  /external/tensorflow/tensorflow/compiler/xla/service/
buffer_assignment.h 138 bool maybe_live_out() const { return maybe_live_out_; } function in class:xla::BufferAllocation
216 return is_entry_computation_parameter() || maybe_live_out();
226 !maybe_live_out() &&
hlo.proto 386 bool maybe_live_out = 7;
buffer_assignment_test.cc     [all...]
buffer_assignment.cc 300 if (maybe_live_out()) {
619 if (allocation.maybe_live_out()) {
663 StrAppendFormat(&s, " maybe_live_out allocation: %10s\n",
    [all...]

Completed in 165 milliseconds