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

  /external/tensorflow/tensorflow/compiler/xla/service/
buffer_assignment.cc 628 stats_.total_allocation_bytes += allocation.size();
650 stats_.total_fragmentation_bytes = stats_.total_allocation_bytes - min_size;
675 HumanReadableNumBytes(total_allocation_bytes));
678 100. * total_fragmentation_bytes / total_allocation_bytes;
    [all...]
buffer_assignment.h 462 int64 total_allocation_bytes = 0; member in struct:xla::BufferAssignment::Stats

Completed in 619 milliseconds