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

  /external/tensorflow/tensorflow/compiler/xla/service/
buffer_assignment.h 367 int64 maybe_live_out_allocation_bytes = 0; member in struct:xla::BufferAssignment::Stats
buffer_assignment.cc 420 stats_.maybe_live_out_allocation_bytes += allocation.size();
455 HumanReadableNumBytes(maybe_live_out_allocation_bytes).c_str());
    [all...]

Completed in 236 milliseconds