Searched refs:setFromMemory (Results 1 – 2 of 2) sorted by relevance
/frameworks/ml/nn/runtime/ |
D | ExecutionBuilder.cpp | 64 int ModelArgumentInfo::setFromMemory(const Operand& operand, const ANeuralNetworksOperandType* type, in setFromMemory() function in android::nn::ModelArgumentInfo 174 return mInputs[index].setFromMemory(mModel->getInputOperand(index), type, poolIndex, offset, in setInputFromMemory() 214 return mOutputs[index].setFromMemory(mModel->getOutputOperand(index), type, poolIndex, offset, in setOutputFromMemory()
|
D | ExecutionBuilder.h | 60 int setFromMemory(const Operand& operand, const ANeuralNetworksOperandType* type,
|