Home
last modified time | relevance | path

Searched defs:getOutputOperand (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/NeuralNetworks/runtime/
DModelBuilder.h104 const Operand& getOutputOperand(uint32_t i) const { in getOutputOperand() function
/aosp_15_r20/packages/modules/NeuralNetworks/common/
DValidateHal.cpp480 auto getOutputOperand = [&getSubgraph](const Operand& modelOperand, in validateOperations() local
DLegacyUtils.cpp200 const Operand* OperationValidationContext::getOutputOperand(uint32_t index) const { in getOutputOperand() function in android::nn::__anon3c6bb82d0111::OperationValidationContext
/aosp_15_r20/packages/modules/NeuralNetworks/common/types/src/
DValidation.cpp1359 const Operand* OperationValidationContext::getOutputOperand(uint32_t index) const { in getOutputOperand() function in android::nn::__anonf570704d0111::OperationValidationContext
1563 const Operand& getOutputOperand(const std::vector<Model::Subgraph>& subgraphs, in getOutputOperand() function