Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/fuzzing/
DRandomVariable.cpp1003 constructorHelper(var, &visited); in LeafNetwork()
1006 void constructorHelper(const RandomVariableNode& var, std::set<RandomVariableNode>* visited) { in constructorHelper() function
1008 constructorHelper(var->parent1, visited); in constructorHelper()
1009 constructorHelper(var->parent2, visited); in constructorHelper()