Home
last modified time | relevance | path

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

/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
Dgpu_conv_algorithm_picker.cc63 int64 TotalAllocatedBytes() { return total_allocated_bytes_; } in TotalAllocatedBytes()
78 int64 total_allocated_bytes_ = 0; member in xla::gpu::__anon6437d7ed0111::ScratchAllocator
95 total_allocated_bytes_ += byte_size; in AllocateBytes()
Dfft_thunk.cc54 total_allocated_bytes_ += byte_size; in AllocateBytes()