18#ifndef __EXECUTION_BUILDER_H__
19#define __EXECUTION_BUILDER_H__
66 std::vector<ModelArgumentInfo> mInputs;
67 std::vector<ModelArgumentInfo> mOutputs;
int setOutputFromMemory(uint32_t index, const ANeuralNetworksOperandType *type, const Memory *memory, size_t offset, size_t length)
int setInput(uint32_t index, const ANeuralNetworksOperandType *type, const void *buffer, size_t length)
int setOutput(uint32_t index, const ANeuralNetworksOperandType *type, void *buffer, size_t length)
int setInputFromMemory(uint32_t index, const ANeuralNetworksOperandType *type, const Memory *memory, size_t offset, size_t length)
__global uchar * offset(const Image *img, int x, int y)