Searched refs:modelInputs (Results 1 – 1 of 1) sorted by relevance
575 std::vector<uint32_t> modelInputs; in TEST_P() local715 if (modelInputs.empty()) { in TEST_P()726 if (!modelInputs.empty() && (randFrac() < 0.5)) { in TEST_P()727 operandIndex = modelInputs[randUInt(modelInputs.size())]; in TEST_P()730 modelInputs.push_back(operandIndex); in TEST_P()896 model.identifyInputsAndOutputs(modelInputs, modelOutputs); in TEST_P()