Searched refs:setFromPointer (Results 1 - 2 of 2) sorted by relevance

/frameworks/ml/nn/runtime/
H A DExecutionBuilder.h58 int setFromPointer(const Operand& operand, const ANeuralNetworksOperandType* type, void* buffer,
H A DExecutionBuilder.cpp35 int ModelArgumentInfo::setFromPointer(const Operand& operand, function in class:android::nn::ModelArgumentInfo
155 return mInputs[index].setFromPointer(mModel->getInputOperand(index), type,
196 return mOutputs[index].setFromPointer(mModel->getOutputOperand(index), type, buffer, l);

Completed in 104 milliseconds