Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/types/src/
DValidation.cpp1342 const Operand* getInputOperand(uint32_t index) const;
1355 const Operand* OperationValidationContext::getInputOperand(uint32_t index) const { in getInputOperand() function in android::nn::__anon9d9c73d70111::OperationValidationContext
1376 return getInputOperand(index)->type; in getInputType()
1380 const Operand* operand = getInputOperand(index); in getInputShape()
1386 return getInputOperand(index)->extraParams; in getInputExtraParams()
1558 const Operand& getInputOperand(const std::vector<Model::Subgraph>& subgraphs, in getInputOperand() function
1613 const Operand& innerOperand = getInputOperand(subgraphs, branchModelOperand, i); in validateIfOperation()
1676 const Operand& innerOperand = getInputOperand(subgraphs, condModelOperand, i); in validateWhileOperation()
1703 const Operand& innerOperand = getInputOperand(subgraphs, bodyModelOperand, i); in validateWhileOperation()
1719 const Operand& inputOperand = getInputOperand(subgraphs, bodyModelOperand, i); in validateWhileOperation()
/packages/modules/NeuralNetworks/runtime/
DTelemetry.cpp108 result = evalDataClass(m->getInputOperand(i).type, result); in evalInputDataClass()
DModelBuilder.h94 const Operand& getInputOperand(uint32_t i) const { in getInputOperand() function
DExecutionBuilder.cpp190 if (!checkDimensionInfo(mModel->getInputOperand(index), type, in setInput()
206 mModel->getInputOperand(index), type, const_cast<void*>(buffer), l, in setInput()
228 if (!checkDimensionInfo(mModel->getInputOperand(index), type, in setInputFromMemory()
254 ModelArgumentInfo::createFromMemory(mModel->getInputOperand(index), type, poolIndex, in setInputFromMemory()
DExecutionBuilder.h393 return setInputOrOutputFromMemory(mModel->getInputOperand(inputIndex), memory, offset,
DMemory.cpp351 operand = model->getInputOperand(index); in addRole()
/packages/modules/NeuralNetworks/common/
DLegacyUtils.cpp180 const Operand* getInputOperand(uint32_t index) const;
195 const Operand* OperationValidationContext::getInputOperand(uint32_t index) const { in getInputOperand() function in android::nn::__anonf2f7c8770111::OperationValidationContext
214 return getInputOperand(index)->type; in getInputType()
218 const Operand* operand = getInputOperand(index); in getInputShape()
224 return getInputOperand(index)->extraParams; in getInputExtraParams()
DValidateHal.cpp474 auto getInputOperand = [&getSubgraph](const Operand& modelOperand, in validateOperations() local
497 .getSubgraphInputOperand = getInputOperand, in validateOperations()