Searched refs:MemoryDescriptor (Results 1 – 4 of 4) sorted by relevance
/frameworks/ml/nn/runtime/ |
D | Memory.h | 98 struct MemoryDescriptor { struct 247 MemoryDescriptor mDesc;
|
D | Manager.cpp | 106 std::pair<int, std::unique_ptr<Memory>> allocate(const MemoryDescriptor& desc, 256 std::pair<int, std::unique_ptr<Memory>> DriverDevice::allocate(const MemoryDescriptor& desc, in allocate() 581 std::pair<int, std::unique_ptr<Memory>> allocate(const MemoryDescriptor& desc, 670 std::pair<int, std::unique_ptr<Memory>> CpuDevice::allocate(const MemoryDescriptor& desc, in allocate()
|
D | Manager.h | 114 virtual std::pair<int, std::unique_ptr<Memory>> allocate(const MemoryDescriptor& desc,
|
D | Memory.cpp | 422 static void logMemoryDescriptorToInfo(const MemoryDescriptor& desc, const Operand& operand) { in logMemoryDescriptorToInfo() 444 static std::set<const Device*> getDevices(const MemoryDescriptor& desc) { in getDevices()
|