Home
last modified time | relevance | path

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

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