Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.cc650 stats_.total_fragmentation_bytes = stats_.total_allocation_bytes - min_size; in ComputeSummaryStats()
676 if (total_fragmentation_bytes >= 0) { in ToString()
678 100. * total_fragmentation_bytes / total_allocation_bytes; in ToString()
680 HumanReadableNumBytes(total_fragmentation_bytes), percent); in ToString()
Dbuffer_assignment.h463 int64 total_fragmentation_bytes = -1; member