Home
last modified time | relevance | path

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

/third_party/mindspore/tests/ut/cpp/utils/
Dgraph_utils_test.cc44 TEST_F(TestGraphUtils, Isomorphic) { in TEST_F() argument
50 ASSERT_TRUE(Isomorphic(g1, g2, &equiv_graph, &equiv_node)); in TEST_F()
53 ASSERT_FALSE(Isomorphic(g1, g3, &equiv_graph, &equiv_node)); in TEST_F()
/third_party/mindspore/tests/ut/cpp/operator/
Dgrad_implementations_test.cc43 ASSERT_TRUE(Isomorphic(fg, fg1, &equiv_graph, &equiv_node)); in TEST_F()
/third_party/mindspore/mindspore/ccsrc/utils/
Dconvert_utils.h60 bool Isomorphic(const FuncGraphPtr &g1, const FuncGraphPtr &g2, FuncGraphPairMapEquiv *equiv_func_g…
Dconvert_utils.cc120 …return Isomorphic(GetValueNode<FuncGraphPtr>(node1), GetValueNode<FuncGraphPtr>(node2), equiv_func… in SameNodeShallow()
211 bool Isomorphic(const FuncGraphPtr &fg1, const FuncGraphPtr &fg2, FuncGraphPairMapEquiv *equiv_func… in Isomorphic() function
/third_party/mindspore/tests/ut/cpp/common/
Dbackend_common_test.cc51 return Isomorphic(a, b, &equiv_graph_, &equiv_node_); in CheckEqualGraph()
/third_party/mindspore/tests/ut/cpp/optimizer/
Dopt_test.cc95 return Isomorphic(gbefore_clone, gafter, &equiv_graph, &equiv_node); in CheckTransform()
Dlib_test.cc68 return Isomorphic(gbefore_clone, gafter, &equiv_graph, &equiv_node); in CheckTransform()