OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:peak_buffers_
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/
buffer_assignment.h
254
return
peak_buffers_
;
342
std::vector<const LogicalBuffer*>
peak_buffers_
;
member in class:xla::BufferAllocation
buffer_assignment.cc
506
allocation->
peak_buffers_
.push_back(&buffer);
582
combined_allocation->
peak_buffers_
.insert(
583
combined_allocation->
peak_buffers_
.end(),
584
temp_allocation.
peak_buffers_
.begin(),
585
temp_allocation.
peak_buffers_
.end());
[
all
...]
Completed in 499 milliseconds