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