Home
last modified time | relevance | path

Searched defs:Graph (Results 1 – 25 of 237) sorted by relevance

12345678910

/third_party/boost/libs/graph/test/
Dtest_graphs.cpp30 typedef undirected_graph< VertexBundle, EdgeBundle, GraphBundle > Graph; in main() typedef
45 typedef directed_graph< VertexBundle, EdgeBundle, GraphBundle > Graph; in main() typedef
63 Graph; in main() typedef
79 Graph; in main() typedef
97 Graph; in main() typedef
115 Graph; in main() typedef
132 Graph; in main() typedef
145 typedef adjacency_matrix< directedS, VertexBundle, EdgeBundle > Graph; in main() typedef
158 typedef labeled_graph< directed_graph<>, unsigned > Graph; in main() typedef
183 Graph; in main() typedef
[all …]
Dadj_list_cc.cpp21 Graph; in main() typedef
42 Graph; in main() typedef
64 Graph; in main() typedef
83 Graph; in main() typedef
103 Graph; in main() typedef
125 Graph; in main() typedef
144 Graph; in main() typedef
162 typedef adjacency_list< vecS, vecS, directedS > Graph; in main() typedef
176 typedef adjacency_list< vecS, vecS, bidirectionalS > Graph; in main() typedef
189 typedef adjacency_list< listS, listS, directedS > Graph; in main() typedef
[all …]
Dadj_matrix_cc.cpp19 typedef adjacency_matrix< directedS > Graph; in main() typedef
28 typedef adjacency_matrix< undirectedS > Graph; in main() typedef
40 Graph; in main() typedef
60 Graph; in main() typedef
Dfiltered_graph_cc.cpp22 Graph; in main() typedef
38 Graph; in main() typedef
47 Graph; in main() typedef
Dlabeled_graph.cpp93 typedef labeled_graph< undirected_graph<>, unsigned > Graph; in test_norm() typedef
100 typedef labeled_graph< directed_graph<>, unsigned > Graph; in test_norm() typedef
113 typedef undirected_graph<> Graph; in test_temp() typedef
132 typedef labeled_graph< undirected_graph< Actor, Movie >, string > Graph; in test_bacon() typedef
143 typedef labeled_graph< directed_graph< Actor, Movie >, string > Graph; in test_bacon() typedef
Dstanford_graph_cc.cpp27 typedef Graph* Graph; in main() typedef
41 typedef const Graph* Graph; in main() typedef
Dreverse_graph_cc.cpp25 typedef reverse_graph< AdjList > Graph; in main() typedef
46 typedef reverse_graph< AdjList, AdjList& > Graph; in main() typedef
Ddfs.cpp41 void initialize_vertex(Vertex u, Graph&) in initialize_vertex() argument
45 template < class Vertex, class Graph > void start_vertex(Vertex u, Graph&) in start_vertex() argument
50 void discover_vertex(Vertex u, Graph&) in discover_vertex() argument
87 template < class Vertex, class Graph > void finish_vertex(Vertex u, Graph&) in finish_vertex() argument
Dsubgraph_add.cpp35 Graph; in BOOST_AUTO_TEST_CASE() typedef
109 Graph; in BOOST_AUTO_TEST_CASE() typedef
231 Graph; in BOOST_AUTO_TEST_CASE() typedef
/third_party/boost/boost/graph/distributed/
Dvertex_list_adaptor.hpp220 source(typename vertex_list_adaptor<Graph, GlobalIndexMap>::edge_descriptor e, in source()
221 const vertex_list_adaptor<Graph, GlobalIndexMap>& g) in source()
226 target(typename vertex_list_adaptor<Graph, GlobalIndexMap>::edge_descriptor e, in target()
227 const vertex_list_adaptor<Graph, GlobalIndexMap>& g) in target()
234 out_edges(typename vertex_list_adaptor<Graph, GlobalIndexMap>::vertex_descriptor v, in out_edges()
235 const vertex_list_adaptor<Graph, GlobalIndexMap>& g) in out_edges()
240 out_degree(typename vertex_list_adaptor<Graph, GlobalIndexMap>::vertex_descriptor v, in out_degree()
241 const vertex_list_adaptor<Graph, GlobalIndexMap>& g) in out_degree()
251 in_edges(typename vertex_list_adaptor<Graph, GlobalIndexMap>::vertex_descriptor v, in in_edges()
252 const vertex_list_adaptor<Graph, GlobalIndexMap>& g) in in_edges()
[all …]
Dgraphviz.hpp106 BOOST_GRAPH_ENABLE_IF_MODELS_PARM(Graph,distributed_graph_tag)) in write_graphviz()
191 BOOST_GRAPH_ENABLE_IF_MODELS_PARM(Graph,distributed_graph_tag)) in write_graphviz()
201 BOOST_GRAPH_ENABLE_IF_MODELS_PARM(Graph,distributed_graph_tag)) in write_graphviz()
209 BOOST_GRAPH_ENABLE_IF_MODELS_PARM(Graph,distributed_graph_tag)) in write_graphviz()
222 BOOST_GRAPH_ENABLE_IF_MODELS_PARM(Graph,distributed_graph_tag)) in write_graphviz()
239 BOOST_GRAPH_ENABLE_IF_MODELS_PARM(Graph,distributed_graph_tag)) in write_graphviz()
254 BOOST_GRAPH_ENABLE_IF_MODELS_PARM(Graph,distributed_graph_tag)) in write_graphviz()
267 BOOST_GRAPH_ENABLE_IF_MODELS_PARM(Graph,distributed_graph_tag)) in write_graphviz()
Dfiltered_graph.hpp38 process_group(filtered_graph<Graph, EdgePredicate, VertexPredicate> const& g) { in process_group()
46 filtered_graph<Graph, EdgePredicate, VertexPredicate> const& g) in vertex()
/third_party/mindspore/mindspore/ccsrc/cxx_api/graph/
Dgraph.cc21 Graph::Graph() : graph_data_(nullptr) {} in Graph() function in mindspore::Graph
23 Graph::Graph(const std::shared_ptr<GraphData> &graph_data) : graph_data_(graph_data) {} in Graph() function in mindspore::Graph
25 Graph::Graph(std::shared_ptr<GraphData> &&graph_data) : graph_data_(graph_data) {} in Graph() function in mindspore::Graph
29 Graph::Graph(std::nullptr_t) : graph_data_(nullptr) {} in Graph() function in mindspore::Graph
/third_party/mindspore/mindspore/lite/src/cxx_api/graph/
Dgraph.cc22 Graph::Graph() : graph_data_(nullptr) {} in Graph() function in mindspore::Graph
24 Graph::Graph(const std::shared_ptr<GraphData> &graph_data) : graph_data_(graph_data) {} in Graph() function in mindspore::Graph
26 Graph::Graph(std::shared_ptr<GraphData> &&graph_data) : graph_data_(graph_data) {} in Graph() function in mindspore::Graph
30 Graph::Graph(std::nullptr_t) : graph_data_(nullptr) {} in Graph() function in mindspore::Graph
/third_party/boost/libs/graph/example/
Dlabeled_graph.cpp33 typedef labeled_graph< Digraph, unsigned > Graph; in main() typedef
42 typedef labeled_graph< Digraph, string > Graph; in main() typedef
49 typedef labeled_graph< Digraph, string, mapS > Graph; in main() typedef
66 typedef labeled_graph< G, size_t > Graph; in main() typedef
/third_party/boost/boost/graph/
Doverloading.hpp37 #define BOOST_GRAPH_ENABLE_IF_MODELS(Graph, Tag, Type) \ argument
43 #define BOOST_GRAPH_ENABLE_IF_MODELS_PARM(Graph, Tag) \ argument
51 #define BOOST_GRAPH_ENABLE_IF_MODELS(Graph, Tag, Type) Type argument
52 #define BOOST_GRAPH_ENABLE_IF_MODELS_PARM(Graph, Tag) argument
Dr_c_shortest_paths.hpp72 inline bool operator==( in operator ==()
81 inline bool operator!=( in operator !=()
89 inline bool operator<( in operator <()
98 inline bool operator>( in operator >()
107 inline bool operator<=( in operator <=()
115 inline bool operator>=( in operator >=()
123 inline bool operator<( in operator <()
133 inline bool operator<=( in operator <=()
143 inline bool operator>( in operator >()
153 inline bool operator>=( in operator >=()
Dvertex_and_edge_range.hpp91 inline std::pair< VertexIterator, VertexIterator > vertices( in vertices()
100 num_vertices( in num_vertices()
107 inline std::pair< EdgeIterator, EdgeIterator > edges( in edges()
116 num_edges( in num_edges()
125 source(typename vertex_and_edge_range< Graph, VertexIterator, in source()
135 target(typename vertex_and_edge_range< Graph, VertexIterator, in target()
Dconnected_components.hpp43 template < class Vertex, class Graph > void start_vertex(Vertex, Graph&) in start_vertex() argument
51 void discover_vertex(Vertex u, Graph&) in discover_vertex() argument
68 connected_components(const Graph& g, ComponentMap c, in connected_components()
90 connected_components(const Graph& g, in connected_components()
Dgraph_as_tree.hpp89 typedef typename GraphAsTree::base_type Graph; typedef
101 typedef typename GraphAsTree::base_type Graph; typedef
122 typename property_map< Graph, Property >::type get( in get()
130 typename property_map< Graph, Property >::const_type get( in get()
141 get(Property p, const graph_as_tree< Graph, P, N, C >& g, const Key& k) in get()
148 void put(Property p, const graph_as_tree< Graph, P, N, C >& g, const Key& k, in put()
Dlookup_edge.hpp26 lookup_edge(typename boost::graph_traits< Graph >::vertex_descriptor src, in lookup_edge()
36 lookup_edge(typename boost::graph_traits< Graph >::vertex_descriptor src, in lookup_edge()
Dcore_numbers.hpp70 void initialize_vertex(Vertex, Graph&) in initialize_vertex() argument
74 template < class Vertex, class Graph > void discover_vertex(Vertex, Graph&) in discover_vertex() argument
78 template < class Vertex, class Graph > void gray_target(Vertex, Graph&) {} in gray_target() argument
80 template < class Vertex, class Graph > void black_target(Vertex, Graph&) {} in black_target() argument
82 template < class Edge, class Graph > void tree_edge(Edge, Graph&) {} in tree_edge() argument
84 template < class Edge, class Graph > void non_tree_edge(Edge, Graph&) {} in non_tree_edge() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDOTGraphTraitsPass.h54 GraphT Graph = AnalysisGraphTraitsT::getGraph(&Analysis); in runOnFunction() local
96 GraphT Graph = AnalysisGraphTraitsT::getGraph(&Analysis); in runOnFunction() local
133 GraphT Graph = AnalysisGraphTraitsT::getGraph(&getAnalysis<AnalysisT>()); in runOnModule() local
159 GraphT Graph = AnalysisGraphTraitsT::getGraph(&getAnalysis<AnalysisT>()); in runOnModule() local
/third_party/boost/libs/graph_parallel/test/
Dalgorithm_performance.cpp348 distributedS<mpi_process_group> > Graph; in test_csr() typedef
383 distributedS<mpi_process_group> > Graph; in test_csr() typedef
419 distributedS<mpi_process_group> > Graph; in test_csr() typedef
455 distributedS<mpi_process_group> > Graph; in test_csr() typedef
495 directedS, no_property, WeightedEdge> Graph; in test_adjacency_list() typedef
507 undirectedS, no_property, WeightedEdge> Graph; in test_adjacency_list() typedef
556 directedS, no_property, WeightedEdge> Graph; in test_adjacency_list() typedef
568 undirectedS, no_property, WeightedEdge> Graph; in test_adjacency_list() typedef
617 directedS, no_property, WeightedEdge> Graph; in test_adjacency_list() typedef
629 undirectedS, no_property, WeightedEdge> Graph; in test_adjacency_list() typedef
[all …]
Dadjlist_remove_test.cpp35 bidirectionalS> Graph; in test_bidirectional_graph() typedef
88 undirectedS> Graph; in test_undirected_graph() typedef

12345678910