Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DMemory.h99 struct MemoryDescriptor { struct
237 MemoryDescriptor mDesc;
DManager.h162 virtual std::pair<int, std::unique_ptr<RuntimeMemory>> allocate(const MemoryDescriptor& desc,
DMemory.cpp415 static void logMemoryDescriptorToInfo(const MemoryDescriptor& desc, const Operand& operand) { in logMemoryDescriptorToInfo()
437 static std::set<const Device*> getDevices(const MemoryDescriptor& desc) { in getDevices()
DManager.cpp162 std::pair<int, std::unique_ptr<RuntimeMemory>> allocate(const MemoryDescriptor& desc,
537 std::pair<int, std::unique_ptr<RuntimeMemory>> DriverDevice::allocate(const MemoryDescriptor& desc, in allocate()
901 std::pair<int, std::unique_ptr<RuntimeMemory>> allocate(const MemoryDescriptor& desc,
1055 std::pair<int, std::unique_ptr<RuntimeMemory>> CpuDevice::allocate(const MemoryDescriptor& desc, in allocate()