Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.h141 bool maybe_live_out() const { return maybe_live_out_; } in maybe_live_out()
143 void set_maybe_live_out(bool value) { maybe_live_out_ = value; } in set_maybe_live_out()
333 bool maybe_live_out_ = false; variable
Dbuffer_assignment.cc285 proto.set_maybe_live_out(maybe_live_out_); in ToProto()