Searched refs:modelOutputs (Results 1 – 3 of 3) sorted by relevance
210 std::vector<uint32_t> modelOutputs; in createModel() local223 operand->ioIndex = modelOutputs.size(); in createModel()224 modelOutputs.push_back(operand->opIndex); in createModel()247 model->identifyInputsAndOutputs(modelInputs, modelOutputs); in createModel()
723 std::vector<uint32_t> modelOutputs; in TEST_P() local1017 modelOutputs.push_back(operandIndex); in TEST_P()1033 modelOutputs.push_back(deadOperandIndex); in TEST_P()1037 if (modelOutputs.empty()) { in TEST_P()1039 modelOutputs.push_back(outputs[randUInt(outputs.size())]); in TEST_P()1042 model.identifyInputsAndOutputs(modelInputs, modelOutputs); in TEST_P()
1134 const RemapVectorType& modelOutputs, const RemapVectorType& tempsAsSubModelInputs, in compare() argument1143 modelOutputs)); in compare()