| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/cxx_api/graph/ |
| D | graph.cc | 22 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/ |
| D | graph.cc | 21 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/ |
| D | graph.cc | 21 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/ |
| D | Graph.java | 28 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/ |
| D | DOTGraphTraitsPass.h | 54 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
|
| D | DependenceGraphBuilder.h | 155 GraphType &Graph; variable
|
| /third_party/rust/crates/bindgen/bindgen/ir/analysis/ |
| D | mod.rs | 265 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/ |
| D | GraphTraits.h | 96 const GraphType &Graph; member
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_capture/ |
| D | loop_unrolling.h | 32 class Graph; variable
|
| D | loop.h | 62 class Graph; variable
|
| D | graph_analyzer.h | 30 class Graph; variable
|
| D | node.h | 34 class Graph; variable
|
| D | cfg.h | 35 class Graph; variable
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| D | nv50_ir_graph.h | 71 friend class Graph; variable 144 friend class Graph; variable
|
| D | nv50_ir_graph.cpp | 31 Graph::Graph() in Graph() function in nv50_ir::Graph
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/core/ |
| D | graph_kernel_cluster.h | 30 class Graph; variable
|
| D | graph_kernel_cluster.cc | 78 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/ |
| D | CFLAndersAliasAnalysis.cpp | 608 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
|
| D | CFLGraph.h | 169 CFLGraph Graph; variable 179 CFLGraph &Graph; variable
|
| D | CFLSteensAliasAnalysis.cpp | 190 auto &Graph = GraphBuilder.getCFLGraph(); in buildSetsFrom() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyFixIrreducibleControlFlow.cpp | 248 ReachabilityGraph Graph(Entry, Blocks); in processRegion() local 324 const ReachabilityGraph &Graph) { in makeSingleEntryLoop()
|
| /third_party/skia/tests/ |
| D | IncrTopoSortTest.cpp | 85 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/ |
| D | memory_usage_parser.py | 27 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/ |
| D | Graph.h | 176 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/ |
| D | ToposortStructs.cpp | 29 using Graph = std::unordered_map<T, Edges<T>>; typedef
|