Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dbuffer_assignment.cc739 if (preallocated_temp_fragmentation_bytes >= 0) { in ToString()
740 const double percent = 100. * preallocated_temp_fragmentation_bytes / in ToString()
744 HumanReadableNumBytes(preallocated_temp_fragmentation_bytes), percent); in ToString()
1684 if (assignment->stats_.preallocated_temp_fragmentation_bytes == -1) { in AssignBuffersFromHeapSimulator()
1685 assignment->stats_.preallocated_temp_fragmentation_bytes = in AssignBuffersFromHeapSimulator()
1688 assignment->stats_.preallocated_temp_fragmentation_bytes += in AssignBuffersFromHeapSimulator()
H A Dbuffer_assignment.h487 int64_t preallocated_temp_fragmentation_bytes = -1; member