Lines Matching refs:Memory
184 class Memory {
188 Memory(const NnApiSupportLibrary* nnapi, ANeuralNetworksMemory* memory) in Memory() function
191 Memory(const NnApiSupportLibrary* nnapi, size_t size, int protect, int fd, size_t offset) function
194 Memory(size_t size, int protect, int fd, size_t offset) {
201 Memory(const NnApiSupportLibrary* nnapi, AHardwareBuffer* buffer) : mNnApi(nnapi) { function
203 Memory(AHardwareBuffer* buffer) {
209 ~Memory() {
218 Memory(const Memory&) = delete;
219 Memory& operator=(const Memory&) = delete;
224 Memory(Memory&& other) { *this = std::move(other); } function
225 Memory& operator=(Memory&& other) {
324 void setOperandValueFromMemory(uint32_t index, const Memory* memory, uint32_t offset,
624 Result setInputFromMemory(uint32_t index, const Memory* memory, uint32_t offset,
636 Result setOutputFromMemory(uint32_t index, const Memory* memory, uint32_t offset,