OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:live_buffers
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/
heap_simulator.cc
114
// '
live_buffers
' tracks the liveness of each buffer that we assign, by
121
live_buffers
;
local
124
auto add_user_to_buffer = [this, &
live_buffers
, &used_buffers](
130
live_buffers
[buffer].insert(user);
135
// Initialize
live_buffers
for each buffer that we're going to assign. The
197
live_buffers
[buffer].insert(nullptr);
202
if (!
live_buffers
.contains(buffer)) {
207
// Update
live_buffers
to indicate we've visited this instruction; this is
210
// have no instructions left to visit are moved from
live_buffers
to
219
auto it =
live_buffers
.find(operand_buffer)
[
all
...]
buffer_assignment.cc
1288
absl::flat_hash_set<const LogicalBuffer*>
live_buffers
;
local
[
all
...]
Completed in 80 milliseconds