Searched refs:bodyOperand (Results 1 – 3 of 3) sorted by relevance
77 uint32_t bodyOperand = model.addModelOperand(&bodyModel); in TEST_F() local79 model.addOperation(ANEURALNETWORKS_WHILE, {conditionOperand, bodyOperand, iInit, n}, in TEST_F()
789 const uint32_t bodyOperand = addRefModelOperand(bodyModel); in addWhileOperation() local790 std::vector<uint32_t> whileInputs = {condOperand, bodyOperand}; in addWhileOperation()
1785 const Operand& bodyOperand = in partitionTheWorkInternal() local1788 const ModelBuilder* bodyModel = getReferencedModel(bodyOperand); in partitionTheWorkInternal()1889 const Operand& bodyOperand = getOperand(operation.inputs[op::kBodyModelOperand]); in getPerformance() local1891 const ModelBuilder* bodyModel = getReferencedModel(bodyOperand); in getPerformance()1949 const Operand& bodyOperand = getOperand(operation.inputs[op::kBodyModelOperand]); in isControlFlowOperationWithOperandOfUnknownSize() local1951 const ModelBuilder* bodyModel = getReferencedModel(bodyOperand); in isControlFlowOperationWithOperandOfUnknownSize()