OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maybe_live_out_
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/
buffer_assignment.h
138
bool maybe_live_out() const { return
maybe_live_out_
; }
290
void set_maybe_live_out(bool value) {
maybe_live_out_
= value; }
327
// TuplePointsToAnalysis. That is, an allocation marked `
maybe_live_out_
`
329
bool
maybe_live_out_
= false;
member in class:xla::BufferAllocation
buffer_assignment.cc
268
proto.set_maybe_live_out(
maybe_live_out_
);
[
all
...]
Completed in 116 milliseconds