Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dmkl_util.h1662 void* allocated_buffer_; variable
1671 allocated_buffer_(nullptr), in MklDnnData()
1675 if (allocated_buffer_ != nullptr) { in ~MklDnnData()
1676 cpu_allocator()->DeallocateRaw(allocated_buffer_); in ~MklDnnData()
1823 allocated_buffer_ = cpu_allocator()->AllocateRaw(kMemoryAlginment, size); in AllocateBuffer()
1826 inline void* GetAllocatedBuffer() { return allocated_buffer_; } in GetAllocatedBuffer()