Searched refs:Subgraph (Results 1 – 13 of 13) sorted by relevance
/third_party/boost/libs/graph/test/ |
D | subgraph_props.cpp | 23 typedef subgraph< Graph > Subgraph; typedef 24 typedef graph_traits< Subgraph >::vertex_descriptor Vertex; 25 typedef graph_traits< Subgraph >::edge_descriptor Edge; 26 typedef graph_traits< Subgraph >::vertex_iterator VertexIter; 32 Subgraph g(5); in run() 36 Subgraph& sg = g.create_subgraph(); in run() 39 typedef property_map< Subgraph, vertex_name_t >::type DefaultMap; in run() 46 typedef property_map< Subgraph, GlobalProp >::type GlobalVertMap; in run() 57 typedef property_map< Subgraph, LocalProp >::type LocalVertMap; in run() 89 typedef subgraph< Graph > Subgraph; typedef [all …]
|
D | subgraph_bundled.cpp | 32 typedef subgraph< Graph > Subgraph; typedef 33 typedef graph_traits< Subgraph >::vertex_descriptor Vertex; 34 typedef graph_traits< Subgraph >::edge_descriptor Edge; 35 typedef graph_traits< Subgraph >::vertex_iterator VertexIter; 36 typedef graph_traits< Subgraph >::edge_iterator EdgeIter; 43 Subgraph g; in main() 50 graph_test< Subgraph > gt; in main() 64 Subgraph& g_s = g.create_subgraph(); in main() 84 BGL_FORALL_EDGES(e, g, Subgraph) in main() 101 typedef property_map< Subgraph, int node::* >::type ColorMap; in main() [all …]
|
/third_party/mindspore/mindspore/lite/src/ |
D | sub_graph_split.h | 73 struct Subgraph { struct 95 void InsertNode(uint32_t index, Subgraph *subgraph, uint32_t last_index); argument 102 void InsertNodeByMid(uint32_t node_index, Subgraph *subgraph, uint32_t last_index); 103 void InsertHeadNode(uint32_t index, Subgraph *subgraph); 104 void OptimizeAfterFusion(std::vector<Subgraph> *sub_graphs, uint32_t root_node_index); 109 bool CheckIsParallelSubGraph(const std::vector<Subgraph> &subgraphs); 116 void InitSubgraphRuntimeInfo(std::vector<Subgraph> *sub_graphs); 117 void SubgraphFusion(std::vector<Subgraph> *sub_graphs); 118 void CalculateCostModel(std::vector<Subgraph> *sub_graphs); 119 void ConvertSubGraphToModel(std::vector<Subgraph> *sub_graphs); [all …]
|
D | sub_graph_split.cc | 74 bool SearchSubGraph::CheckIsParallelSubGraph(const std::vector<Subgraph> &subgraphs) { in CheckIsParallelSubGraph() 120 std::vector<bool> *cor_group, std::vector<Subgraph> *sub_graphs) { in dfs() 210 void SearchSubGraph::ConvertSubGraphToModel(std::vector<Subgraph> *sub_graphs) { in ConvertSubGraphToModel() 216 for (Subgraph &subgraph : *sub_graphs) { in ConvertSubGraphToModel() 378 void SearchSubGraph::InsertNode(uint32_t index, Subgraph *subgraph, uint32_t last_index) { in InsertNode() 431 void SearchSubGraph::OptimizeAfterFusion(std::vector<Subgraph> *sub_graphs, uint32_t root_node_inde… in OptimizeAfterFusion() 433 for (Subgraph &sub : *sub_graphs) { in OptimizeAfterFusion() 477 void SearchSubGraph::InsertHeadNode(uint32_t head_node_index, Subgraph *subgraph) { in InsertHeadNode() 500 void SearchSubGraph::InsertNodeByMid(uint32_t node_index, Subgraph *subgraph, uint32_t last_index) { in InsertNodeByMid() 515 std::vector<Subgraph> &subs = subs_iter->second; in InsertNodeByMid() [all …]
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/trt_pass/ |
D | graph_partitioner.h | 84 using Subgraph = std::tuple<FuncGraphPtr, AnfNodePtrList, AnfNodePtrList>; variable 107 Subgraph CreateNewGraph(const AnfNodePtrList &segments);
|
D | graph_converter.h | 42 bool ReplaceSubgraphWithTrtNode(const FuncGraphPtr &root_graph, const Subgraph &sub_graph);
|
D | graph_converter.cc | 196 bool GraphConverter::ReplaceSubgraphWithTrtNode(const FuncGraphPtr &root, const Subgraph &sub_graph… in ReplaceSubgraphWithTrtNode() 263 const Subgraph &sub_graph = graph_partition->CreateNewGraph(segment.second); in Run()
|
D | graph_partitioner.cc | 258 Subgraph GraphPartitioner::CreateNewGraph(const AnfNodePtrList &segment) { in CreateNewGraph()
|
/third_party/boost/libs/graph_parallel/doc/ |
D | local_subgraph.rst | 7 |Logo| Local Subgraph Adaptor
|
/third_party/boost/libs/graph/doc/ |
D | read_graphviz.rst | 215 - Subgraph IDs refer to subgraphs defined earlier in the graph
|
/third_party/mindspore/third_party/proto/tensorflow/lite/ |
D | schema.fbs | 19 // Version 3: Move buffer data from Model.Subgraph.Tensors to Model.Buffers.
|
D | schema_2.4.1.fbs | 19 // Version 3: Move buffer data from Model.Subgraph.Tensors to Model.Buffers.
|
/third_party/mindspore/mindspore/lite/tools/converter/parser/tflite/ |
D | schema.fbs | 19 // Version 3: Move buffer data from Model.Subgraph.Tensors to Model.Buffers.
|