Home
last modified time | relevance | path

Searched refs:AllocatedSizeSlow (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dallocator.h199 virtual size_t AllocatedSizeSlow(const void* ptr) { in AllocatedSizeSlow() function
331 size_t AllocatedSizeSlow(const void* ptr) override { in AllocatedSizeSlow() function
332 return wrapped_->AllocatedSizeSlow(ptr); in AllocatedSizeSlow()
Dtracking_allocator.cc55 size_t allocated_bytes = allocator_->AllocatedSizeSlow(ptr); in AllocateRaw()
Dallocator.cc165 size_t AllocatedSizeSlow(const void* ptr) override { in AllocatedSizeSlow() function in tensorflow::__anonab749f280111::CPUAllocator
/external/tensorflow/tensorflow/core/common_runtime/
Dscoped_allocator.h111 size_t AllocatedSizeSlow(const void* ptr) override { return 0; } in AllocatedSizeSlow() function