Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DModelBuilder.h102 const hal::Operand& getOutputOperand(uint32_t i) const { in getOutputOperand() function
DModelBuilder.cpp388 auto getOutputOperand = [this](const Operand& modelOperand, uint32_t index) -> const Operand* { in addOperation() local
/frameworks/ml/nn/common/
DValidateHal.cpp475 auto getOutputOperand = [&getSubgraph](const Operand& modelOperand, in validateOperations() local
DUtils.cpp246 const Operand* OperationValidationContext::getOutputOperand(uint32_t index) const { in getOutputOperand() function in android::nn::__anon8d54713c0111::OperationValidationContext