Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DFuzzTest.cpp58 bool areSubgraphsAcyclic(const TestModel& testModel, size_t index, std::vector<Visited>* visited, in areSubgraphsAcyclic() function
73 if (!areSubgraphsAcyclic(testModel, subgraphIndex + 1, visited, order)) return false; in areSubgraphsAcyclic()
85 if (!areSubgraphsAcyclic(testModel, 0, &visited, &order)) return std::nullopt; in getSubgraphOrder()