Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionBuilder.cpp117 static bool checkDimensionInfo(const Operand& operand, const ANeuralNetworksOperandType* newType, in checkDimensionInfo() function
190 if (!checkDimensionInfo(mModel->getInputOperand(index), type, in setInput()
228 if (!checkDimensionInfo(mModel->getInputOperand(index), type, in setInputFromMemory()
272 if (!checkDimensionInfo(mModel->getOutputOperand(index), type, in setOutput()
309 if (!checkDimensionInfo(mModel->getOutputOperand(index), type, in setOutputFromMemory()