Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dallocator.h205 virtual size_t AllocatedSizeSlow(const void* ptr) const { in AllocatedSizeSlow() function
281 size_t AllocatedSizeSlow(const void* ptr) const override { in AllocatedSizeSlow() function
H A Dcpu_allocator_impl.cc162 size_t AllocatedSizeSlow(const void* ptr) const override { in AllocatedSizeSlow() function in tensorflow::__anon2523aecd0111::CPUAllocator
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dscoped_allocator.h114 size_t AllocatedSizeSlow(const void* ptr) const override { return 0; } in AllocatedSizeSlow() function