Home
last modified time | relevance | path

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

12

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/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/mindspore/mindspore-src/source/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-src/source/mindspore/lite/src/extendrt/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-src/source/mindspore/lite/java/src/main/java/com/mindspore/
DGraph.java28 public class Graph { class
38 public Graph() { in Graph() method in Graph
/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
DDependenceGraphBuilder.h155 GraphType &Graph; variable
/third_party/rust/crates/bindgen/bindgen/ir/analysis/
Dmod.rs265 struct Graph(HashMap<Node, Vec<Node>>); struct
267 impl Graph { implementation
281 fn reverse(&self) -> Graph { in reverse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DGraphTraits.h96 const GraphType &Graph; member
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_capture/
Dloop_unrolling.h32 class Graph; variable
Dloop.h62 class Graph; variable
Dgraph_analyzer.h30 class Graph; variable
Dnode.h34 class Graph; variable
Dcfg.h35 class Graph; variable
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_graph.h71 friend class Graph; variable
144 friend class Graph; variable
Dnv50_ir_graph.cpp31 Graph::Graph() in Graph() function in nv50_ir::Graph
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/core/
Dgraph_kernel_cluster.h30 class Graph; variable
Dgraph_kernel_cluster.cc78 Graph::Graph(const AnfNodePtrList &nodes, const HashMap<AnfNodePtr, size_t> &node_idx_map) { in Graph() function in mindspore::graphkernel::Graph
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCFLAndersAliasAnalysis.cpp608 const CFLGraph &Graph) { in initializeWorkList()
629 static Optional<InstantiatedValue> getNodeBelow(const CFLGraph &Graph, in getNodeBelow()
637 static void processWorkListItem(const WorkListItem &Item, const CFLGraph &Graph, in processWorkListItem()
736 static AliasAttrMap buildAttrMap(const CFLGraph &Graph, in buildAttrMap()
788 auto &Graph = GraphBuilder.getCFLGraph(); in buildInfoFrom() local
DCFLGraph.h169 CFLGraph Graph; variable
179 CFLGraph &Graph; variable
DCFLSteensAliasAnalysis.cpp190 auto &Graph = GraphBuilder.getCFLGraph(); in buildSetsFrom() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFixIrreducibleControlFlow.cpp248 ReachabilityGraph Graph(Entry, Blocks); in processRegion() local
324 const ReachabilityGraph &Graph) { in makeSingleEntryLoop()
/third_party/skia/tests/
DIncrTopoSortTest.cpp85 class Graph { class
87 Graph(int numNodesToReserve, skiatest::Reporter* reporter) in Graph() function in Graph
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/profiler/parser/
Dmemory_usage_parser.py27 from mindspore.profiler.parser.container import MemoryGraph as Graph unknown
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DGraph.h176 Graph(const Graph &Other) {} in Graph() function
344 Graph(GraphMetadata Metadata) : Metadata(std::move(Metadata)) {} in Graph() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DToposortStructs.cpp29 using Graph = std::unordered_map<T, Edges<T>>; typedef

12