Home
last modified time | relevance | path

Searched defs:GraphId (Results 1 – 6 of 6) sorted by relevance

/third_party/protobuf/third_party/abseil-cpp/absl/synchronization/internal/
Dgraphcycles.h50 struct GraphId { struct
53 bool operator==(const GraphId& x) const { return handle == x.handle; } argument
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
Dgraphcycles.h50 struct GraphId { struct
53 bool operator==(const GraphId& x) const { return handle == x.handle; } argument
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/
Dgraph_compiler.h33 using GraphId = uint32_t; variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/session/
Dkernel_graph_mgr.h35 using GraphId = uint32_t; variable
Dsession_basic.h202 virtual void BuildGraphImpl(GraphId) {} in BuildGraphImpl() argument
Dkernel_graph_mgr.cc2212 void HandleAttrAboutOtherGraph(const mindspore::HashMap<GraphId, std::shared_ptr<KernelGraph>> &gra… in HandleAttrAboutOtherGraph()
2252 void HandleGraphComplexAttr(const mindspore::HashMap<GraphId, std::shared_ptr<KernelGraph>> &graphs, in HandleGraphComplexAttr()