Home
last modified time | relevance | path

Searched defs:AllocatedSize (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_debug_allocator.cc130 size_t GPUDebugAllocator::AllocatedSize(const void* ptr) { in AllocatedSize() function in tensorflow::GPUDebugAllocator
210 size_t GPUNanResetAllocator::AllocatedSize(const void* ptr) { in AllocatedSize() function in tensorflow::GPUNanResetAllocator
Dprocess_state.h159 size_t AllocatedSize(const void* p) override { return a_->AllocatedSize(p); } in AllocatedSize() function
/external/tensorflow/tensorflow/core/framework/
Dallocator.h172 virtual size_t AllocatedSize(const void* ptr) { return RequestedSize(ptr); } in AllocatedSize() function
319 size_t AllocatedSize(const void* ptr) override { in AllocatedSize() function
Dtracking_allocator.cc129 size_t TrackingAllocator::AllocatedSize(const void* ptr) { in AllocatedSize() function in tensorflow::TrackingAllocator
/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.cc533 size_t BFCAllocator::AllocatedSize(const void* ptr) { in AllocatedSize() function in tensorflow::BFCAllocator
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_rematerialization.cc423 int64 AllocatedSize(BufferId buffer_id) const { in AllocatedSize() function in xla::__anon6c3ee80d0111::MemoryUsageTracker
/external/llvm/lib/Analysis/
DInlineCost.cpp105 uint64_t AllocatedSize; member in __anonb653f77d0111::CallAnalyzer