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.cc667 if (preallocated_temp_fragmentation_bytes >= 0) { in ToString()
668 const double percent = 100. * preallocated_temp_fragmentation_bytes / in ToString()
672 HumanReadableNumBytes(preallocated_temp_fragmentation_bytes), percent); in ToString()
1325 if (assignment->stats_.preallocated_temp_fragmentation_bytes == -1) { in AssignBuffersFromHeapSimulator()
1326 assignment->stats_.preallocated_temp_fragmentation_bytes = in AssignBuffersFromHeapSimulator()
1329 assignment->stats_.preallocated_temp_fragmentation_bytes += in AssignBuffersFromHeapSimulator()
Dbuffer_assignment.h460 int64 preallocated_temp_fragmentation_bytes = -1; member