Searched refs:scoped_allocator_mgr_ (Results 1 – 4 of 4) sorted by relevance
36 return scoped_allocator_mgr_.get(); in GetScopedAllocatorMgr()49 std::unique_ptr<ScopedAllocatorMgr> scoped_allocator_mgr_; variable
52 scoped_allocator_mgr_(new ScopedAllocatorMgr(name)) { in ThreadPoolDevice()80 return scoped_allocator_mgr_->GetContainer(step_id)->GetInstance( in GetScopedAllocator()
103 return scoped_allocator_mgr_.get(); in GetScopedAllocatorMgr()127 std::unique_ptr<ScopedAllocatorMgr> scoped_allocator_mgr_; variable
390 scoped_allocator_mgr_(new ScopedAllocatorMgr(name)), in BaseGPUDevice()1069 return scoped_allocator_mgr_->GetContainer(step_id)->GetInstance( in GetScopedAllocator()