Searched defs:GetAllocator (Results 1 – 10 of 10) sorted by relevance
56 TensorRTAllocator *GetAllocator() { return this->allocator_; } in GetAllocator() function
73 static Allocator<T> GetAllocator() { in GetAllocator() function
80 static Allocator<T> GetAllocator() { in GetAllocator() function
56 std::shared_ptr<OpenCLAllocator> GetAllocator() { return allocator_; } in GetAllocator() function
125 std::shared_ptr<Allocator> OpenCLRuntimeWrapper::GetAllocator() { in GetAllocator() function in mindspore::registry::opencl::OpenCLRuntimeWrapper
189 AllocatorType& GetAllocator() { return alloc_data_.template get<0>(); } in GetAllocator() function230 AllocatorType& GetAllocator() { return alloc_data_.template get<0>(); } in GetAllocator() function
213 AllocatorType& GetAllocator() { return alloc_data_.template get<0>(); } in GetAllocator() function254 AllocatorType& GetAllocator() { return alloc_data_.template get<0>(); } in GetAllocator() function
200 std::shared_ptr<Allocator> DeviceInfoContext::GetAllocator() const { in GetAllocator() function in mindspore::DeviceInfoContext
3915 AllocatorPimpl* GetAllocator() const { return m_Allocator; } in GetAllocator() function in D3D12MA::PoolPimpl
6851 VmaAllocator GetAllocator() const { return m_hAllocator; } in GetAllocator() function