Lines Matching refs:mModel
164 mModel(compilation->mModel), in ExecutionBuilder()
167 mInputs(mModel->inputCount()), in ExecutionBuilder()
168 mOutputs(mModel->outputCount()) { in ExecutionBuilder()
184 if (!checkDimensionInfo(mModel->getInputOperand(index), type, in setInput()
193 return mInputs[index].setFromPointer(mModel->getInputOperand(index), type, in setInput()
212 if (!checkDimensionInfo(mModel->getInputOperand(index), type, in setInputFromMemory()
226 return mInputs[index].setFromMemory(mModel->getInputOperand(index), type, poolIndex, offset, in setInputFromMemory()
242 if (!checkDimensionInfo(mModel->getOutputOperand(index), type, in setOutput()
251 return mOutputs[index].setFromPointer(mModel->getOutputOperand(index), type, buffer, l); in setOutput()
269 if (!checkDimensionInfo(mModel->getOutputOperand(index), type, in setOutputFromMemory()
283 return mOutputs[index].setFromMemory(mModel->getOutputOperand(index), type, poolIndex, offset, in setOutputFromMemory()
720 mModel(model), in StepExecutor()
825 mModel->setHidlModel(&model); in startComputeOnDevice()
1012 mModel->setHidlModel(&model); in startComputeOnCpu()