Searched refs:MemoryDescriptor (Results 1 – 4 of 4) sorted by relevance
/packages/modules/NeuralNetworks/runtime/ |
D | Memory.h | 99 struct MemoryDescriptor { struct 237 MemoryDescriptor mDesc;
|
D | Manager.h | 162 virtual std::pair<int, std::unique_ptr<RuntimeMemory>> allocate(const MemoryDescriptor& desc,
|
D | Memory.cpp | 415 static void logMemoryDescriptorToInfo(const MemoryDescriptor& desc, const Operand& operand) { in logMemoryDescriptorToInfo() 437 static std::set<const Device*> getDevices(const MemoryDescriptor& desc) { in getDevices()
|
D | Manager.cpp | 162 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()
|