Searched refs:isSubordinate (Results 1 – 2 of 2) sorted by relevance
245 bool isSubordinate(const RandomVariableNode& node1, const RandomVariableNode& node2);
564 if (RandomVariableNetwork::get()->isSubordinate(node1, node2)) { in setEqual()574 if (RandomVariableNetwork::get()->isSubordinate(node2, node1)) { in setEqual()640 bool RandomVariableNetwork::isSubordinate(const RandomVariableNode& node1, in isSubordinate() function in android::nn::fuzzing_test::RandomVariableNetwork