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

  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
fft_thunk.h 46 int64 TotalAllocatedBytes() { return total_allocated_bytes_; }
55 int64 total_allocated_bytes_ = 0; member in class:xla::gpu::FftScratchAllocator
cudnn_convolution_algorithm_picker.cc 45 int64 TotalAllocatedBytes() { return total_allocated_bytes_; }
54 int64 total_allocated_bytes_ = 0; member in class:xla::gpu::__anon38899::ScratchAllocator
90 total_allocated_bytes_ += byte_size;
fft_thunk.cc 73 total_allocated_bytes_ += byte_size;
  /external/v8/src/
compilation-statistics.h 32 : total_allocated_bytes_(0),
39 size_t total_allocated_bytes_; member in class:v8::internal::final::BasicStats
compilation-statistics.cc 55 total_allocated_bytes_ += stats.total_allocated_bytes_;
72 static_cast<double>(stats.total_allocated_bytes_ * 100) /
73 static_cast<double>(total_stats.total_allocated_bytes_);
77 stats.total_allocated_bytes_);
82 name, ms, percent, stats.total_allocated_bytes_,
  /external/v8/src/compiler/
pipeline-statistics.cc 40 diff->total_allocated_bytes_ =
  /system/extras/simpleperf/
cmd_kmem.cpp 121 total_allocated_bytes_(0),
129 sample_tree.total_allocated_bytes = total_allocated_bytes_;
239 total_allocated_bytes_ += sample->bytes_alloc;
252 uint64_t total_allocated_bytes_; member in class:__anon3014::SlabSampleTreeBuilder

Completed in 370 milliseconds