Home
last modified time | relevance | path

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

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