Lines Matching refs:mModel
92 mModel(compilation->mModel), in ExecutionBuilder()
95 mInputs(mModel->inputCount()), in ExecutionBuilder()
96 mOutputs(mModel->outputCount()) { in ExecutionBuilder()
141 if (!checkDimensionInfo(mModel->getInputOperand(index), type, in setInput()
157 mModel->getInputOperand(index), type, const_cast<void*>(buffer), l); in setInput()
176 if (!checkDimensionInfo(mModel->getInputOperand(index), type, in setInputFromMemory()
202 mModel->getInputOperand(index), type, poolIndex, offset, length); in setInputFromMemory()
218 if (!checkDimensionInfo(mModel->getOutputOperand(index), type, in setOutput()
234 ModelArgumentInfo::createFromPointer(mModel->getOutputOperand(index), type, buffer, l); in setOutput()
253 if (!checkDimensionInfo(mModel->getOutputOperand(index), type, in setOutputFromMemory()
278 mModel->getOutputOperand(index), type, poolIndex, offset, length); in setOutputFromMemory()
762 !checkDimensionInfo(mModel->getOutputOperand(i), nullptr, in computeFenced()
905 const OperandType operandType = mModel->getOutputOperand(i).type; in updateOutputShapes()
983 mModel(model), in StepExecutor()
1131 const ModelFactory makeModel = [this] { return mModel->makeHidlModel(); }; in computeOnCpuFallback()