Searched refs:getOperand (Results 1 – 7 of 7) sorted by relevance
152 auto lifetime = mModel->getOperand(operandIndex).lifetime; in OperandTracker()431 const Operand& operand = sourceModel.getOperand(sourceOperandIndex); in addOperand()749 const Operand& operand = mStepModel.getOperand(stepModelOutput.second); in finishStepModel()885 const Operand& operand = sourceModel->getOperand(sourceOperandIndex.second); in finish()971 const Operand& operand = sourceModel->getOperand(sourceOperandIndex.second); in findControlFlowBoundaryConstants()2222 getOperand(operation.inputs[op::kThenModelOperand]); in partitionTheWorkInternal()2224 getOperand(operation.inputs[op::kElseModelOperand]); in partitionTheWorkInternal()2279 getOperand(operation.inputs[op::kCondModelOperand]); in partitionTheWorkInternal()2281 getOperand(operation.inputs[op::kBodyModelOperand]); in partitionTheWorkInternal()2372 const Operand& thenOperand = getOperand(operation.inputs[op::kThenModelOperand]); in getPerformance()[all …]
107 const Operand& getOperand(uint32_t index) const { return mOperands[index]; } in getOperand() function
113 return getSourceModel(sourceOperandIndex.first)->getOperand(sourceOperandIndex.second); in getSourceOperand()
790 ->getOperand(sourceOperandIndex.second); in getSourceOperand()
1252 mModel->getOperand(stepModelOperandIndex).type, from[i].dimensions); in updateOutputShapes()
257 std::function<const V1_3::Operand&(uint32_t)> getOperand, in lookupOperation() argument267 const V1_3::Operand& input2 = getOperand(operation.inputs[2]); in lookupOperation()1271 const V1_3::Operand& operand = android::nn::convertToV1_3(model->getOperand(i)); in buildDefinitionMap()1405 if (!compare(modelA->getOperand(outputA), modelB->getOperand(outputB))) { in compare()1408 << "] = " << toString(modelA->getOperand(outputA)) << std::endl; in compare()1410 << "] = " << toString(modelB->getOperand(outputB)) << std::endl; in compare()1488 if (!compare(modelA->getOperand(inputA), modelB->getOperand(inputB))) { in compare()1491 << "] = " << toString(modelA->getOperand(inputA)) << std::endl; in compare()1493 << "] = " << toString(modelB->getOperand(inputB)) << std::endl; in compare()
3969 Landroid/icu/text/PluralRules$FixedDecimal;->getOperand(Ljava/lang/String;)Landroid/icu/text/Plural…