Searched refs:allocated_buffer_ (Results 1 – 1 of 1) sorted by relevance
1662 void* allocated_buffer_; variable1671 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()