HomeSort by relevance Sort by last modified time
    Searched refs:total_fragmentation_bytes (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
buffer_assignment.cc 650 stats_.total_fragmentation_bytes = stats_.total_allocation_bytes - min_size;
676 if (total_fragmentation_bytes >= 0) {
678 100. * total_fragmentation_bytes / total_allocation_bytes;
680 HumanReadableNumBytes(total_fragmentation_bytes), percent);
    [all...]
buffer_assignment.h 463 int64 total_fragmentation_bytes = -1; member in struct:xla::BufferAssignment::Stats

Completed in 445 milliseconds