Home
last modified time | relevance | path

Searched defs:GraphType (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/graph/
Diteration_macros.hpp60 #define BGL_FORALL_VERTICES_T(VNAME, GNAME, GraphType) \ argument
75 #define BGL_FORALL_VERTICES(VNAME, GNAME, GraphType) \ argument
88 #define BGL_FORALL_EDGES_T(ENAME, GNAME, GraphType) \ argument
101 #define BGL_FORALL_EDGES(ENAME, GNAME, GraphType) \ argument
114 #define BGL_FORALL_ADJ_T(UNAME, VNAME, GNAME, GraphType) \ argument
129 #define BGL_FORALL_ADJ(UNAME, VNAME, GNAME, GraphType) \ argument
142 #define BGL_FORALL_OUTEDGES_T(UNAME, ENAME, GNAME, GraphType) \ argument
156 #define BGL_FORALL_OUTEDGES(UNAME, ENAME, GNAME, GraphType) \ argument
169 #define BGL_FORALL_INEDGES_T(UNAME, ENAME, GNAME, GraphType) \ argument
183 #define BGL_FORALL_INEDGES(UNAME, ENAME, GNAME, GraphType) \ argument
/third_party/boost/libs/graph/test/
Dadj_list_edge_list_set.cpp17 GraphType; typedef
/third_party/boost/libs/graph/example/
Dgrid_graph_properties.cpp17 typedef boost::grid_graph< 2 > GraphType; in main() typedef
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dascend_session.h37 enum GraphType : int { COMMON_GRAPH = 0, CONDITION_GRAPH = 1, BRANCH_START = 2, BRANCH_END = 3 }; enum