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.h114 size_t AllocatedSizeSlow(const void* ptr) const override { return 0; } in AllocatedSizeSlow() function
/external/tensorflow/tensorflow/core/framework/
Dallocator.h277 virtual size_t AllocatedSizeSlow(const void* ptr) const { in AllocatedSizeSlow() function
347 size_t AllocatedSizeSlow(const void* ptr) const override { in AllocatedSizeSlow() function
Dcpu_allocator_impl.cc132 size_t AllocatedSizeSlow(const void* ptr) const override { in AllocatedSizeSlow() function in tensorflow::__anon9e9ee3030111::CPUAllocator