Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionBuilder.cpp116 static bool checkDimensionInfo(const Operand& operand, const ANeuralNetworksOperandType* newType, in checkDimensionInfo() function
189 if (!checkDimensionInfo(mModel->getInputOperand(index), type, in setInput()
227 if (!checkDimensionInfo(mModel->getInputOperand(index), type, in setInputFromMemory()
271 if (!checkDimensionInfo(mModel->getOutputOperand(index), type, in setOutput()
308 if (!checkDimensionInfo(mModel->getOutputOperand(index), type, in setOutputFromMemory()