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.h1262 void* allocated_buffer_; variable
1272 allocated_buffer_(nullptr), in MklDnnData()
1276 if (allocated_buffer_ != nullptr) { in ~MklDnnData()
1277 cpu_allocator()->DeallocateRaw(allocated_buffer_); in ~MklDnnData()
1406 allocated_buffer_ = cpu_allocator()->AllocateRaw(kMemoryAlignment, size); in AllocateBuffer()
1409 inline void* GetAllocatedBuffer() { return allocated_buffer_; } in GetAllocatedBuffer()