HomeSort by relevance Sort by last modified time
    Searched refs:setFromPointer (Results 1 - 2 of 2) sorted by null

  /frameworks/ml/nn/runtime/
ExecutionBuilder.h 58 int setFromPointer(const Operand& operand, const ANeuralNetworksOperandType* type, void* buffer,
ExecutionBuilder.cpp 35 int ModelArgumentInfo::setFromPointer(const Operand& operand,
155 return mInputs[index].setFromPointer(mModel->getInputOperand(index), type,
196 return mOutputs[index].setFromPointer(mModel->getOutputOperand(index), type, buffer, l);

Completed in 72 milliseconds