Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.cc764 if (preallocated_temp_fragmentation_bytes >= 0) { in ToString()
765 const double percent = 100. * preallocated_temp_fragmentation_bytes / in ToString()
769 HumanReadableNumBytes(preallocated_temp_fragmentation_bytes), percent); in ToString()
1609 if (assignment->stats_.preallocated_temp_fragmentation_bytes == -1) { in AssignBuffersFromHeapSimulator()
1610 assignment->stats_.preallocated_temp_fragmentation_bytes = in AssignBuffersFromHeapSimulator()
1613 assignment->stats_.preallocated_temp_fragmentation_bytes += in AssignBuffersFromHeapSimulator()
Dbuffer_assignment.h486 int64 preallocated_temp_fragmentation_bytes = -1; member