Searched defs:getInputOperand (Results 1 – 2 of 2) sorted by relevance
| /frameworks/ml/nn/runtime/ | ||
| D | ModelBuilder.h | 85 const Operand& getInputOperand(uint32_t i) const { return mOperands[getInputOperandIndex(i)]; } in getInputOperand() function |
| /frameworks/ml/nn/common/ | ||
| D | Utils.cpp | 159 const Operand* OperationValidationContext::getInputOperand(uint32_t index) const { in getInputOperand() function in android::nn::__anon6bc5d5a50111::OperationValidationContext |