/third_party/mindspore/mindspore/ccsrc/runtime/framework/actor/ |
D | memory_manager_actor.cc | 25 void MemoryManagerActor::AllocateMemory(const std::vector<DeviceTensor *> *alloc_list, in AllocateMemory() function in mindspore::runtime::MemoryManagerActor 38 if (!device_context->AllocateMemory(device_tensor, device_tensor->GetSize())) { in AllocateMemory() 103 if (!device_context->AllocateMemory(device_tensor, device_tensor->GetSize())) { in AllocateBatchMemory()
|
D | kernel_actor.cc | 152 void AllocateMemory(const std::vector<DeviceTensor *> &alloc_list, const DeviceContext *device_cont… in AllocateMemory() function 163 if (!device_context->AllocateMemory(device_tensor, device_tensor->GetSize())) { in AllocateMemory() 193 …Async(memory_manager_aid_, &MemoryManagerActor::AllocateMemory, &memory_alloc_list_, device_contex… in SendMemoryAllocReq() 196 AllocateMemory(memory_alloc_list_, device_contexts_[0], context, GetAID().Name()); in SendMemoryAllocReq() 285 if (!device_contexts_[0]->AllocateMemory(copy_input_device_tensors_[input_data->index_].get(), in CopyInputDeviceTensor()
|
D | memory_manager_actor.h | 40 …void AllocateMemory(const std::vector<DeviceTensor *> *alloc_list, const DeviceContext *device_con…
|
D | data_source_actor.cc | 139 …Async(memory_manager_aid_, &MemoryManagerActor::AllocateMemory, &device_tensors, device_contexts_[… in SendMemoryAllocReq() 236 …Async(memory_manager_aid_, &MemoryManagerActor::AllocateMemory, &device_tensors, device_contexts_[… in SendMemoryAllocReq()
|
D | data_prepare_actor.cc | 41 (!device_context->AllocateMemory(device_tensor.get(), device_tensor->GetSize()))) { in SyncTensorData() 384 if (!device_context->AllocateMemory(device_tensor.get(), device_tensor->GetSize())) { in PrepareDataForValueNode() 453 …(!another_device_context->AllocateMemory(another_device_tensor.get(), another_device_tensor->GetSi… in PrepareDataForWeightNode()
|
D | copy_actor.cc | 71 Async(memory_manager_aid_, &MemoryManagerActor::AllocateMemory, &output_device_tensor_, in SendMemoryAllocReq()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | ResourceMemoryAllocatorVk.cpp | 65 ResultOrError<ResourceMemoryAllocation> AllocateMemory(uint64_t size, uint64_t alignment) { in AllocateMemory() function in dawn_native::vulkan::ResourceMemoryAllocator::SingleTypeAllocator 91 mDevice->fn.AllocateMemory(mDevice->GetVkDevice(), &allocateInfo, nullptr, in AllocateResourceHeap() 154 DAWN_TRY_ASSIGN(subAllocation, mAllocatorsPerType[memoryType]->AllocateMemory( in Allocate()
|
/third_party/skia/tools/gpu/vk/ |
D | VkTestHelper.h | 49 DECLARE_VK_PROC(AllocateMemory);
|
D | VkTestHelper.cpp | 72 ACQUIRE_DEVICE_VK_PROC(AllocateMemory) in init()
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/kernel/ |
D | winograd.h | 46 int AllocateMemory();
|
D | winograd.cc | 182 int WinogradOpenCLKernel::AllocateMemory() { in AllocateMemory() function in mindspore::kernel::WinogradOpenCLKernel 205 int ret = AllocateMemory(); in SetConstArgs()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | StagingBufferD3D12.cpp | 43 mDevice->AllocateMemory(D3D12_HEAP_TYPE_UPLOAD, resourceDescriptor, in Initialize()
|
D | ResourceAllocatorManagerD3D12.h | 63 ResultOrError<ResourceHeapAllocation> AllocateMemory(
|
/third_party/mindspore/mindspore/ccsrc/runtime/hardware/cpu/ |
D | cpu_device_context.h | 40 bool AllocateMemory(DeviceAddress *const &address, size_t size) const override;
|
/third_party/mindspore/mindspore/ccsrc/runtime/hardware/ |
D | device_context.h | 59 virtual bool AllocateMemory(DeviceAddress *const &address, size_t size) const = 0;
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | MemoryAllocator.cpp | 109 if (mDevice->fn.AllocateMemory(mDevice->GetVkDevice(), &allocateInfo, nullptr, in Allocate()
|
/third_party/mindspore/mindspore/ccsrc/runtime/hardware/gpu/ |
D | gpu_device_context.h | 42 bool AllocateMemory(DeviceAddress *const &address, size_t size) const override;
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
D | Device.hpp | 108 VkResult AllocateMemory(size_t size, VkMemoryPropertyFlags flags, VkDeviceMemory *out) const;
|
/third_party/flutter/engine/flutter/vulkan/ |
D | vulkan_proc_table.h | 68 DEFINE_PROC(AllocateMemory);
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common_drm.c | 349 result = wsi->AllocateMemory(chain->device, &memory_info, in wsi_create_native_image() 520 result = wsi->AllocateMemory(chain->device, &prime_memory_info, in wsi_create_prime_image() 574 result = wsi->AllocateMemory(chain->device, &memory_info, in wsi_create_prime_image()
|
D | wsi_common.h | 179 WSI_CB(AllocateMemory);
|
/third_party/mindspore/mindspore/ccsrc/backend/session/ |
D | gpu_session.h | 83 void AllocateMemory(const KernelGraph *kernel_graph) const;
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/ |
D | MemoryServiceZirconHandle.cpp | 127 DAWN_TRY(CheckVkSuccess(mDevice->fn.AllocateMemory(mDevice->GetVkDevice(), &allocateInfo, in ImportMemory()
|
D | MemoryServiceOpaqueFD.cpp | 126 DAWN_TRY(CheckVkSuccess(mDevice->fn.AllocateMemory(mDevice->GetVkDevice(), &allocateInfo, in ImportMemory()
|
/third_party/flutter/skia/tests/ |
D | VkYcbcrSamplerTest.cpp | 72 DECLARE_VK_PROC(AllocateMemory); 163 ACQUIRE_DEVICE_VK_PROC(AllocateMemory) in init()
|