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