Searched refs:bodyOperand (Results 1 – 3 of 3) sorted by relevance
81 uint32_t bodyOperand = model.addModelOperand(&bodyModel); in TEST_F() local83 model.addOperation(ANEURALNETWORKS_WHILE, {conditionOperand, bodyOperand, iInit, n}, in TEST_F()
839 const uint32_t bodyOperand = addRefModelOperand(bodyModel); in addWhileOperation() local840 std::vector<uint32_t> whileInputs = {condOperand, bodyOperand}; in addWhileOperation()
2280 const Operand& bodyOperand = in partitionTheWorkInternal() local2283 const ModelBuilder* bodyModel = getReferencedModel(bodyOperand); in partitionTheWorkInternal()2384 const Operand& bodyOperand = getOperand(operation.inputs[op::kBodyModelOperand]); in getPerformance() local2386 const ModelBuilder* bodyModel = getReferencedModel(bodyOperand); in getPerformance()2444 const Operand& bodyOperand = getOperand(operation.inputs[op::kBodyModelOperand]); in isControlFlowOperationWithOperandOfUnknownSize() local2446 const ModelBuilder* bodyModel = getReferencedModel(bodyOperand); in isControlFlowOperationWithOperandOfUnknownSize()