Searched refs:RandomVariableNode (Results  1 – 3 of 3) sorted by relevance
| /packages/modules/NeuralNetworks/runtime/test/fuzzing/ | 
| D | RandomVariable.h | 132 using RandomVariableNode = std::shared_ptr<RandomVariableBase>;  variable 162     RandomVariableNode get() const { return mVar; };  in get() 191     RandomVariableNode mVar; 194 using EvaluationOrder = std::vector<RandomVariableNode>; 200     void add(const RandomVariableNode& var); 203     int join(const RandomVariableNode& var1, const RandomVariableNode& var2) {  in join() 217     std::unordered_map<RandomVariableNode, int> mIndexMap; 245     bool isSubordinate(const RandomVariableNode& node1, const RandomVariableNode& node2);
  | 
| D | RandomVariable.cpp | 55 RandomVariableBase::RandomVariableBase(const RandomVariableNode& lhs, const RandomVariableNode& rhs,  in RandomVariableBase() 551     RandomVariableNode node1 = mVar, node2 = other.get();  in setEqual() 596 void DisjointNetwork::add(const RandomVariableNode& var) {  in add() 640 bool RandomVariableNetwork::isSubordinate(const RandomVariableNode& node1,  in isSubordinate() 641                                           const RandomVariableNode& node2) {  in isSubordinate() 658     RandomVariableNode var; 698     EvalInfo(const RandomVariableNode& var)  in EvalInfo() 703 using EvalContext = std::unordered_map<RandomVariableNode, EvalInfo>; 706 inline std::string toString(const RandomVariableNode& var, EvalContext* context) {  in toString() 835     std::vector<RandomVariableNode> bridgeNodes; [all …] 
 | 
| D | RandomGraphGeneratorUtils.h | 213 inline std::ostream& operator<<(std::ostream& os, const RandomVariableNode& var) {
  |