Home
last modified time | relevance | path

Searched refs:modelInputs (Results 1 – 3 of 3) sorted by relevance

/frameworks/ml/nn/runtime/test/fuzzing/
DRandomGraphGenerator.cpp209 std::vector<uint32_t> modelInputs; in createModel() local
220 operand->ioIndex = modelInputs.size(); in createModel()
221 modelInputs.push_back(operand->opIndex); in createModel()
247 model->identifyInputsAndOutputs(modelInputs, modelOutputs); in createModel()
/frameworks/ml/nn/runtime/test/
DTestPartitioningRandom.cpp722 std::vector<uint32_t> modelInputs; in TEST_P() local
861 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()
DTestPartitioning.cpp1133 std::shared_ptr<Device> device, const RemapVectorType& modelInputs, in compare() argument
1141 modelInputs)); in compare()