Home
last modified time | relevance | path

Searched defs:Actor (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/libs/graph/test/
Dlabeled_graph.cpp39 struct Actor struct
41 Actor() {} in Actor() argument
42 Actor(string const& s) : name(s) {} in Actor() function
43 string name;
/third_party/boost/libs/graph/example/
Dactor_clustering.cpp30 struct Actor struct
32 Actor(int id = -1) : id(id) {} in Actor() function
37 typedef adjacency_list< vecS, vecS, undirectedS, Actor, argument
Ddegree_centrality.cpp21 struct Actor struct
27 typedef undirected_graph< Actor > Graph; argument
Dclustering_coefficient.cpp20 struct Actor struct
26 typedef undirected_graph< Actor > Graph; argument
Dinfluence_prestige.cpp21 struct Actor struct
27 typedef directed_graph< Actor > Graph; argument
Dbron_kerbosch_print_cliques.cpp39 struct Actor struct
45 typedef undirected_graph< Actor > Graph; argument
Dcloseness_centrality.cpp22 struct Actor struct
28 typedef undirected_graph< Actor > Graph; argument
Dmean_geodesic.cpp21 struct Actor struct
27 typedef undirected_graph< Actor > Graph; argument
Deccentricity.cpp21 struct Actor struct
27 typedef undirected_graph< Actor > Graph; argument
Dscaled_closeness_centrality.cpp48 struct Actor struct
54 typedef undirected_graph< Actor > Graph; argument
/third_party/mindspore/mindspore/core/mindrt/include/actor/
Daid.h70 friend class Actor; variable