Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/fuzzing/
H A DRandomVariable.h132 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);
H A DRandomVariable.cpp55 RandomVariableBase::RandomVariableBase(const RandomVariableNode& lhs, const RandomVariableNode& rhs, in RandomVariableBase()
551 RandomVariableNode node1 = mVar, node2 = other.get(); in setEqual()
658 RandomVariableNode var;
698 EvalInfo(const RandomVariableNode& var) in EvalInfo()
835 std::vector<RandomVariableNode> bridgeNodes;
873 void setBridgeFlag(const RandomVariableNode& var1, const RandomVariableNode& var2) { in setBridgeFlag()
927 void add(const RandomVariableNode& var) { in add()
1002 std::set<RandomVariableNode> visited; in LeafNetwork()
1006 void constructorHelper(const RandomVariableNode& var, std::set<RandomVariableNode>* visited) { in constructorHelper()
1165 std::vector<RandomVariableNode> mEqualNodes;
[all …]
H A DRandomGraphGeneratorUtils.h213 inline std::ostream& operator<<(std::ostream& os, const RandomVariableNode& var) {