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.cc742 stats_.total_fragmentation_bytes = stats_.total_allocation_bytes - min_size; in ComputeSummaryStats()
768 if (total_fragmentation_bytes >= 0) { in ToString()
770 100. * total_fragmentation_bytes / total_allocation_bytes; in ToString()
772 HumanReadableNumBytes(total_fragmentation_bytes), percent); in ToString()
Dbuffer_assignment.h487 int64 total_fragmentation_bytes = -1; member