Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionBuilder.cpp78 const Operand& outputOperand = model->getOutputOperand(outputIndex); in validateOutputShapesFromDriver()
272 if (!checkDimensionInfo(mModel->getOutputOperand(index), type, in setOutput()
288 mModel->getOutputOperand(index), type, buffer, l, mInputAndOutputPaddingEnabled); in setOutput()
309 if (!checkDimensionInfo(mModel->getOutputOperand(index), type, in setOutputFromMemory()
334 ModelArgumentInfo::createFromMemory(mModel->getOutputOperand(index), type, poolIndex, in setOutputFromMemory()
616 TypeManager::get()->isTensorType(mModel->getOutputOperand(i).type) && in areOutputsFullySpecified()
617 tensorHasUnspecifiedDimensions(mModel->getOutputOperand(i).type, in areOutputsFullySpecified()
1177 const OperandType operandType = mModel->getOutputOperand(i).type; in updateOutputShapes()
DModelBuilder.h104 const Operand& getOutputOperand(uint32_t i) const { in getOutputOperand() function
DTelemetry.cpp116 result = evalDataClass(m->getOutputOperand(i).type, result); in evalOutputDataClass()
DExecutionBuilder.h398 return setInputOrOutputFromMemory(mModel->getOutputOperand(outputIndex), memory, offset,
DMemory.cpp357 operand = model->getOutputOperand(index); in addRole()
/packages/modules/NeuralNetworks/common/types/src/
DValidation.cpp1343 const Operand* getOutputOperand(uint32_t index) const;
1359 const Operand* OperationValidationContext::getOutputOperand(uint32_t index) const { in getOutputOperand() function in android::nn::__anon7d7df9830111::OperationValidationContext
1390 return getOutputOperand(index)->type; in getOutputType()
1394 const Operand* operand = getOutputOperand(index); in getOutputShape()
1563 const Operand& getOutputOperand(const std::vector<Model::Subgraph>& subgraphs, in getOutputOperand() function
1618 const Operand& innerOperand = getOutputOperand(subgraphs, branchModelOperand, i); in validateIfOperation()
1684 NN_TRY(validateConditionOperand(getOutputOperand(subgraphs, condModelOperand, 0))); in validateWhileOperation()
1712 const Operand& innerOperand = getOutputOperand(subgraphs, bodyModelOperand, i); in validateWhileOperation()
1720 const Operand& outputOperand = getOutputOperand(subgraphs, bodyModelOperand, i); in validateWhileOperation()
/packages/modules/NeuralNetworks/common/
DLegacyUtils.cpp181 const Operand* getOutputOperand(uint32_t index) const;
200 const Operand* OperationValidationContext::getOutputOperand(uint32_t index) const { in getOutputOperand() function in android::nn::__anon0471dca30111::OperationValidationContext
228 return getOutputOperand(index)->type; in getOutputType()
232 const Operand* operand = getOutputOperand(index); in getOutputShape()
DValidateHal.cpp479 auto getOutputOperand = [&getSubgraph](const Operand& modelOperand, in validateOperations() local
497 .getSubgraphOutputOperand = getOutputOperand, in validateOperations()