Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DModelBuilder.h85 const Operand& getInputOperand(uint32_t i) const { return mOperands[getInputOperandIndex(i)]; } in getInputOperand() function
/frameworks/ml/nn/common/
DUtils.cpp159 const Operand* OperationValidationContext::getInputOperand(uint32_t index) const { in getInputOperand() function in android::nn::__anon6bc5d5a50111::OperationValidationContext