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

  /external/tensorflow/tensorflow/compiler/xla/service/
buffer_assignment.h 103 bool maybe_live_out() const { return maybe_live_out_; }
219 void set_maybe_live_out(bool value) { maybe_live_out_ = value; }
253 // TuplePointsToAnalysis. That is, an allocation marked `maybe_live_out_`
255 bool maybe_live_out_ = false; member in class:xla::BufferAllocation
buffer_assignment.cc 103 proto.set_maybe_live_out(maybe_live_out_);
    [all...]

Completed in 1497 milliseconds