Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.cc969 const bool b_live_out = liveness.MaybeLiveOut(*b); in AssignBuffersForComputation() local
970 if (a_live_out != b_live_out) { in AssignBuffersForComputation()