Searched refs:modelInputs (Results 1 – 3 of 3) sorted by relevance
209 std::vector<uint32_t> modelInputs; in createModel() local220 operand->ioIndex = modelInputs.size(); in createModel()221 modelInputs.push_back(operand->opIndex); in createModel()247 model->identifyInputsAndOutputs(modelInputs, modelOutputs); in createModel()
722 std::vector<uint32_t> modelInputs; in TEST_P() local861 if (modelInputs.empty()) { in TEST_P()872 if (!modelInputs.empty() && (randFrac() < 0.5)) { in TEST_P()873 operandIndex = modelInputs[randUInt(modelInputs.size())]; in TEST_P()876 modelInputs.push_back(operandIndex); in TEST_P()1042 model.identifyInputsAndOutputs(modelInputs, modelOutputs); in TEST_P()
1133 std::shared_ptr<Device> device, const RemapVectorType& modelInputs, in compare() argument1141 modelInputs)); in compare()