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 427 stats_.total_allocation_bytes += allocation.size();
443 stats_.total_fragmentation_bytes = stats_.total_allocation_bytes - min_size;
467 HumanReadableNumBytes(total_allocation_bytes).c_str());
470 100. * total_fragmentation_bytes / total_allocation_bytes;
    [all...]
buffer_assignment.h 372 int64 total_allocation_bytes = 0; member in struct:xla::BufferAssignment::Stats

Completed in 163 milliseconds