OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HeapTraces
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/
buffer_assignment.cc
578
if (!temp_allocation.
HeapTraces
().empty()) {
579
CHECK_EQ(temp_allocation.
HeapTraces
().size(), 1);
580
combined_allocation->AddHeapTrace(temp_allocation.
HeapTraces
().front());
727
for (const HeapSimulatorTrace& heap_trace : allocation.
HeapTraces
()) {
[
all
...]
buffer_assignment.h
243
const std::vector<HeapSimulatorTrace>
HeapTraces
() const {
Completed in 362 milliseconds