Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DGenerateCorpus.cpp177 void createCorpusEntry(const std::pair<std::string, const TestModel*>& testCase, in createCorpusEntry() function
192 using ::android::nn::fuzz::createCorpusEntry;
205 [&genDir](const auto& testCase) { createCorpusEntry(testCase, genDir); }); in main()