Home
last modified time | relevance | path

Searched defs:end_node (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/boost/spirit/home/support/detail/lexer/parser/tree/
Dend_node.hpp18 class end_node : public node class
21 end_node (const std::size_t id_, const std::size_t unique_id_, in end_node() function in boost::lexer::detail::end_node
/third_party/boost/boost/lockfree/
Dstack.hpp252 void link_nodes_atomic(node * new_top_node, node * end_node) in link_nodes_atomic()
264 void link_nodes_unsafe(node * new_top_node, node * end_node) in link_nodes_unsafe()
278 node * end_node = pool.template construct<Threadsafe, Bounded>(*it++); in prepare_node_list() local
355 node * end_node; in do_push() local
429 node * end_node; in unsynchronized_push() local
/third_party/mindspore/mindspore/lite/src/
Dsub_graph_split.cc86 auto end_node = model_->graph_.all_nodes_.at(ends.front()); in CheckIsParallelSubGraph() local
293 LiteGraph::Node *end_node = model_->graph_.all_nodes_[end_index]; in ConvertSubGraphToModel() local
1020 for (uint32_t end_node : sub->ends_) { in CheckSubHeadEnd() local
/third_party/glib/glib/
Dgsequence.c106 GSequenceNode * end_node; member
221 GSequenceNode *end_node; member
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/graph_util/
Dpipeline_split_utils.cc505 auto end_node = GetPreNode(temp_node); in LastStageEndNode() local
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dascend_auto_monad.cc758 const auto &end_node = call_info.call_sites.back().cnode; in SetIterEndAttrForTopGraph() local
788 const auto &end_node = context->call_info_map[kg].call_sites.back().cnode; in SetIterEndAttr() local
/third_party/glib/glib/tests/
Dsequence.c10 GSequenceNode * end_node; member
/third_party/boost/boost/intrusive/
Dbstree_algorithms.hpp227 BOOST_INTRUSIVE_FORCEINLINE static node_ptr end_node(const const_node_ptr & header) in end_node() function in boost::intrusive::bstree_algorithms
/third_party/boost/boost/container/
Dstable_vector.hpp2153 node_base_type end_node; member in boost::container::stable_vector::ebo_holder