Home
last modified time | relevance | path

Searched defs:AllocateMemory (Results 1 – 17 of 17) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/framework/actor/
Dmemory_manager_actor.cc25 void MemoryManagerActor::AllocateMemory(const std::vector<DeviceTensor *> *alloc_list, in AllocateMemory() function in mindspore::runtime::MemoryManagerActor
Dkernel_actor.cc152 void AllocateMemory(const std::vector<DeviceTensor *> &alloc_list, const DeviceContext *device_cont… in AllocateMemory() function
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DResourceMemoryAllocatorVk.cpp65 ResultOrError<ResourceMemoryAllocation> AllocateMemory(uint64_t size, uint64_t alignment) { in AllocateMemory() function in dawn_native::vulkan::ResourceMemoryAllocator::SingleTypeAllocator
DVulkanFunctions.h152 PFN_vkAllocateMemory AllocateMemory = nullptr; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DResourceAllocatorManagerD3D12.cpp182 ResultOrError<ResourceHeapAllocation> ResourceAllocatorManager::AllocateMemory( in AllocateMemory() function in dawn_native::d3d12::ResourceAllocatorManager
DDeviceD3D12.cpp525 ResultOrError<ResourceHeapAllocation> Device::AllocateMemory( in AllocateMemory() function in dawn_native::d3d12::Device
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/kernel/
Dwinograd.cc182 int WinogradOpenCLKernel::AllocateMemory() { in AllocateMemory() function in mindspore::kernel::WinogradOpenCLKernel
/third_party/mindspore/mindspore/ccsrc/runtime/hardware/cpu/
Dcpu_device_context.cc78 bool CPUDeviceContext::AllocateMemory(DeviceAddress *const &address, size_t size) const { in AllocateMemory() function in mindspore::device::cpu::CPUDeviceContext
/third_party/mindspore/mindspore/ccsrc/runtime/hardware/gpu/
Dgpu_device_context.cc166 bool GPUDeviceContext::AllocateMemory(DeviceAddress *const &address, size_t size) const { in AllocateMemory() function in mindspore::device::gpu::GPUDeviceContext
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
DDevice.cpp339 VkResult Device::AllocateMemory(size_t size, VkMemoryPropertyFlags flags, VkDeviceMemory *out) const in AllocateMemory() function in Device
/third_party/skia/third_party/externals/libwebp/src/dec/
Dframe_dec.c682 static int AllocateMemory(VP8Decoder* const dec) { in AllocateMemory() function
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/
Dframe_dec.c682 static int AllocateMemory(VP8Decoder* const dec) { in AllocateMemory() function
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dgpu_session.cc247 void GPUSession::AllocateMemory(const KernelGraph *kernel_graph) const { in AllocateMemory() function in mindspore::session::gpu::GPUSession
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.h89 PFN_vkAllocateMemory AllocateMemory = nullptr; member
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
DVulkanImageWrappingTestsOpaqueFD.cpp82 ::VkResult AllocateMemory(dawn_native::vulkan::Device* deviceVk, in AllocateMemory() function in dawn_native::vulkan::__anoned6660b70111::VulkanImageWrappingTestBase
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp4317 HRESULT AllocatorPimpl::AllocateMemory( in AllocateMemory() function in D3D12MA::AllocatorPimpl
5459 HRESULT Allocator::AllocateMemory( in AllocateMemory() function in D3D12MA::Allocator
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h16264 VkResult VmaAllocator_T::AllocateMemory( in AllocateMemory() function