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.cpp106 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()
DManager.h114 virtual std::pair<int, std::unique_ptr<Memory>> allocate(const MemoryDescriptor& desc,
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()