Home
last modified time | relevance | path

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

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