Home
last modified time | relevance | path

Searched defs:AllocatedSizeSlow (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dscoped_allocator.h111 size_t AllocatedSizeSlow(const void* ptr) override { return 0; } in AllocatedSizeSlow() function
/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
Dallocator.cc165 size_t AllocatedSizeSlow(const void* ptr) override { in AllocatedSizeSlow() function in tensorflow::__anonab749f280111::CPUAllocator