Searched defs:NodeInfo (Results 1 – 8 of 8) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/trt_pass/ |
D | graph_partitioner.h | 36 struct NodeInfo { struct 37 NodeInfo() : topo_index_(0), type_(NodeType::kInvalid), graph_id_(""), final_(false) {} in NodeInfo() argument 38 …explicit NodeInfo(const NodeType &t, const size_t &i) : topo_index_(i), type_(t), graph_id_(""), f… in NodeInfo() argument 40 const size_t topo_index() const { return topo_index_; } in topo_index() 41 const NodeType &type() const { return type_; } in type() 42 const std::string &graph_id() const { return graph_id_; } in graph_id() 43 const bool final() { return final_; } in final() 45 size_t topo_index_; 46 NodeType type_; 47 std::string graph_id_; [all …]
|
/third_party/mindspore/mindspore/ccsrc/ps/core/ |
D | node_info.h | 38 struct NodeInfo { struct 39 …NodeInfo() : ip_(""), port_(0), node_role_(NodeRole::SCHEDULER), rank_id_(UINT32_MAX), is_alive(fa… in NodeInfo() function 41 std::string ip_; 43 uint16_t port_; 45 std::string node_id_; 47 NodeRole node_role_; 49 uint32_t rank_id_; 52 bool is_alive;
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/ |
D | blocking_queue.h | 60 struct NodeInfo { struct 73 std::unique_ptr<NodeInfo[]> node_info_; argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachinePipeliner.h | 129 struct NodeInfo { struct 135 NodeInfo() = default; argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | CFLGraph.h | 68 struct NodeInfo { struct 74 std::vector<NodeInfo> Levels; argument
|
D | CFLAndersAliasAnalysis.cpp | 643 auto NodeInfo = Graph.getNode(ToNode); in processWorkListItem() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/ |
D | TruncInstCombine.cpp | 303 TruncInstCombine::Info &NodeInfo = Itr.second; in ReduceExpressionDag() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 1961 auto NodeInfo = PFS.IRSlots.MetadataNodes.find(ID); in parseMDNode() local
|