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.h113 size_t AllocatedSizeSlow(const void* ptr) const override { return 0; } in AllocatedSizeSlow() function
/external/tensorflow/tensorflow/core/framework/
Dallocator.h216 virtual size_t AllocatedSizeSlow(const void* ptr) const { in AllocatedSizeSlow() function
278 size_t AllocatedSizeSlow(const void* ptr) const override { in AllocatedSizeSlow() function
Dcpu_allocator_impl.cc130 size_t AllocatedSizeSlow(const void* ptr) const override { in AllocatedSizeSlow() function in tensorflow::__anone20f20020111::CPUAllocator