Home
last modified time | relevance | path

Searched defs:node_base (Results 1 – 4 of 4) sorted by relevance

/third_party/libabigail/include/
Dabg-viz-dot.h17 struct node_base struct
31 node_base(const std::string& __id, type __t, const style& __sty) in node_base() argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/distributed/cluster/
Dcluster_context.cc125 const std::shared_ptr<topology::NodeBase> &ClusterContext::node_base() const { return node_base_; } in node_base() function in mindspore::distributed::cluster::ClusterContext
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/expander/mindir_adapter/
Dinfer.cc80 inner::NodeBase node_base; in HandleInputs() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/hal/hardware/
Dallreduce_impl.cc33 auto node_base = cluster_ctx->node_base(); in Initialize() local