Home
last modified time | relevance | path

Searched refs:MemoryDescriptor (Results 1 – 4 of 4) sorted by relevance

/frameworks/ml/nn/runtime/
DMemory.h98 struct MemoryDescriptor { struct
247 MemoryDescriptor mDesc;
DManager.h114 virtual std::pair<int, std::unique_ptr<Memory>> allocate(const MemoryDescriptor& desc,
DManager.cpp107 std::pair<int, std::unique_ptr<Memory>> allocate(const MemoryDescriptor& desc,
257 std::pair<int, std::unique_ptr<Memory>> DriverDevice::allocate(const MemoryDescriptor& desc, in allocate()
582 std::pair<int, std::unique_ptr<Memory>> allocate(const MemoryDescriptor& desc,
671 std::pair<int, std::unique_ptr<Memory>> CpuDevice::allocate(const MemoryDescriptor& desc, in allocate()
DMemory.cpp422 static void logMemoryDescriptorToInfo(const MemoryDescriptor& desc, const Operand& operand) { in logMemoryDescriptorToInfo()
444 static std::set<const Device*> getDevices(const MemoryDescriptor& desc) { in getDevices()