Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dbuffer_assignment.cc697 stats_.preallocated_temp_allocation_bytes += allocation.size(); in ComputeSummaryStats()
738 HumanReadableNumBytes(preallocated_temp_allocation_bytes)); in ToString()
741 preallocated_temp_allocation_bytes; in ToString()
H A Dbuffer_assignment.h486 int64_t preallocated_temp_allocation_bytes = 0; member