Home
last modified time | relevance | path

Searched refs:setFromMemory (Results 1 – 2 of 2) sorted by relevance

/frameworks/ml/nn/runtime/
DExecutionBuilder.h66 int setFromMemory(const Operand& operand, const ANeuralNetworksOperandType* type,
DExecutionBuilder.cpp110 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()