Home
last modified time | relevance | path

Searched defs:AllocateContinuousMemory (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/hardware/
Ddevice_context.h65 …virtual bool AllocateContinuousMemory(const std::vector<DeviceAddressPtr> &addr_list, size_t total… in AllocateContinuousMemory() function
/third_party/mindspore/mindspore/ccsrc/runtime/framework/actor/
Dmemory_manager_actor.cc48 void MemoryManagerActor::AllocateContinuousMemory(const std::vector<std::vector<DeviceTensorPtr>> *… in AllocateContinuousMemory() function in mindspore::runtime::MemoryManagerActor
/third_party/mindspore/mindspore/ccsrc/runtime/hardware/gpu/
Dgpu_device_context.cc191 bool GPUDeviceContext::AllocateContinuousMemory(const std::vector<DeviceAddressPtr> &addr_list, siz… in AllocateContinuousMemory() function in mindspore::device::gpu::GPUDeviceContext