Searched refs:edge_head (Results 1 – 2 of 2) sorted by relevance
/third_party/mindspore/tests/ut/cpp/parallel/auto_parallel/ |
D | rec_partition_test.cc | 32 …void Create(std::shared_ptr<Graph> graph, int node_num, std::vector<int64_t> edge_head, std::vecto… 40 …d TestPartition::Create(std::shared_ptr<Graph> graph, int node_num, std::vector<int64_t> edge_head, in Create() argument 43 unsigned int edge_num = edge_head.size(); in Create() 49 TestPartition::InitEdge(graph, edge_head[i], edge_tail[i]); in Create()
|
/third_party/boost/boost/graph/detail/ |
D | read_graphviz_spirit.hpp | 214 edgeop = ch_p('-') >> ch_p(boost::ref(edge_head)); in definition() 274 "graph")][(var(edge_head) = '-'), in definition() 278 "digraph")][(var(edge_head) = '>'), in definition() 577 char edge_head; member
|