Searched refs:getInputOperand (Results 1 – 8 of 8) sorted by relevance
/packages/modules/NeuralNetworks/common/types/src/ |
D | Validation.cpp | 1342 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/ |
D | Telemetry.cpp | 108 result = evalDataClass(m->getInputOperand(i).type, result); in evalInputDataClass()
|
D | ModelBuilder.h | 94 const Operand& getInputOperand(uint32_t i) const { in getInputOperand() function
|
D | ExecutionBuilder.cpp | 190 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()
|
D | ExecutionBuilder.h | 393 return setInputOrOutputFromMemory(mModel->getInputOperand(inputIndex), memory, offset,
|
D | Memory.cpp | 351 operand = model->getInputOperand(index); in addRole()
|
/packages/modules/NeuralNetworks/common/ |
D | LegacyUtils.cpp | 180 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()
|
D | ValidateHal.cpp | 474 auto getInputOperand = [&getSubgraph](const Operand& modelOperand, in validateOperations() local 497 .getSubgraphInputOperand = getInputOperand, in validateOperations()
|