Home
last modified time | relevance | path

Searched refs:total_allocated_bytes_ (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dcompilation-statistics.cc55 total_allocated_bytes_ += stats.total_allocated_bytes_; in Accumulate()
72 static_cast<double>(stats.total_allocated_bytes_ * 100) / in WriteLine()
73 static_cast<double>(total_stats.total_allocated_bytes_); in WriteLine()
77 stats.total_allocated_bytes_); in WriteLine()
82 name, ms, percent, stats.total_allocated_bytes_, in WriteLine()
Dcompilation-statistics.h32 : total_allocated_bytes_(0), in BasicStats()
39 size_t total_allocated_bytes_; variable
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dfft_thunk.h46 int64 TotalAllocatedBytes() { return total_allocated_bytes_; } in TotalAllocatedBytes()
55 int64 total_allocated_bytes_ = 0; variable
Dcudnn_convolution_algorithm_picker.cc45 int64 TotalAllocatedBytes() { return total_allocated_bytes_; } in TotalAllocatedBytes()
54 int64 total_allocated_bytes_ = 0; member in xla::gpu::__anon5d1dd1190111::ScratchAllocator
90 total_allocated_bytes_ += byte_size; in AllocateBytes()
Dfft_thunk.cc73 total_allocated_bytes_ += byte_size; in AllocateBytes()
/external/v8/src/compiler/
Dpipeline-statistics.cc40 diff->total_allocated_bytes_ = in End()