Home
last modified time | relevance | path

Searched defs:GetAllocator (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/mindspore/lite/src/delegate/tensorrt/
Dtensorrt_runtime.h56 TensorRTAllocator *GetAllocator() { return this->allocator_; } in GetAllocator() function
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dsystem_pool.h73 static Allocator<T> GetAllocator() { in GetAllocator() function
Dservices.h80 static Allocator<T> GetAllocator() { in GetAllocator() function
/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/
Dopencl_runtime.h56 std::shared_ptr<OpenCLAllocator> GetAllocator() { return allocator_; } in GetAllocator() function
Dopencl_runtime_wrapper.cc125 std::shared_ptr<Allocator> OpenCLRuntimeWrapper::GetAllocator() { in GetAllocator() function in mindspore::registry::opencl::OpenCLRuntimeWrapper
/third_party/abseil-cpp/absl/container/internal/
Dinlined_vector.h189 AllocatorType& GetAllocator() { return alloc_data_.template get<0>(); } in GetAllocator() function
230 AllocatorType& GetAllocator() { return alloc_data_.template get<0>(); } in GetAllocator() function
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dinlined_vector.h213 AllocatorType& GetAllocator() { return alloc_data_.template get<0>(); } in GetAllocator() function
254 AllocatorType& GetAllocator() { return alloc_data_.template get<0>(); } in GetAllocator() function
/third_party/mindspore/mindspore/lite/src/cxx_api/
Dcontext.cc200 std::shared_ptr<Allocator> DeviceInfoContext::GetAllocator() const { in GetAllocator() function in mindspore::DeviceInfoContext
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp3915 AllocatorPimpl* GetAllocator() const { return m_Allocator; } in GetAllocator() function in D3D12MA::PoolPimpl
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h6851 VmaAllocator GetAllocator() const { return m_hAllocator; } in GetAllocator() function