Home
last modified time | relevance | path

Searched defs:first_node (Results 1 – 25 of 25) sorted by relevance

/third_party/boost/libs/log/src/
Dthreadsafe_queue.cpp73 explicit threadsafe_queue_impl_generic(node_base* first_node) in threadsafe_queue_impl_generic()
134 BOOST_LOG_API threadsafe_queue_impl* threadsafe_queue_impl::create(node_base* first_node) in create()
/third_party/spirv-tools/source/opt/
Dinstruction_list.cpp22 Instruction* first_node = list.front().get(); in InsertBefore() local
Dinstruction.cpp545 Instruction* first_node = list.front().get(); in InsertBefore() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstruction_list.cpp22 Instruction* first_node = list.front().get(); in InsertBefore() local
Dinstruction.cpp607 Instruction* first_node = list.front().get(); in InsertBefore() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinstruction_list.cpp22 Instruction* first_node = list.front().get(); in InsertBefore() local
Dinstruction.cpp607 Instruction* first_node = list.front().get(); in InsertBefore() local
/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/
Dgpu_profiling_utils.cc93 auto first_node = cnode_exec_order.front(); in SetTraceFpStart() local
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dkernel_build_ascend.cc338 bool IsNeedClearZeroNodeFusion(const size_t clean_total_num, const mindspore::CNodePtr &first_node, in IsNeedClearZeroNodeFusion()
355 CNodePtr first_node = nullptr; in TbeClearZeroNodeFusion() local
Dascend_stream_assign.cc435const CNodePtr first_node, const NotNull<KernelGraphPtr> &graph_ptr) { in GetTargetOutputNode()
/third_party/spirv-tools/source/util/
Dilist.h110 NodeType* first_node = list->sentinel_.next_node_; in MoveBefore() local
/third_party/skia/third_party/externals/spirv-tools/source/util/
Dilist.h110 NodeType* first_node = list->sentinel_.next_node_; in MoveBefore() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
Dilist.h110 NodeType* first_node = list->sentinel_.next_node_; in MoveBefore() local
/third_party/ffmpeg/libavcodec/
Dylc.c108 int first_node = cur_node; in build_vlc() local
Dmvha.c104 int first_node = cur_node; in build_vlc() local
/third_party/boost/boost/container/detail/
Dnode_pool_impl.hpp121 free_iterator first_node(m_freelist.begin()); in allocate_nodes() local
Dadaptive_node_pool_impl.hpp738 void *first_node = boost::movelib::to_raw_pointer(free_nodes.pop_front()); in priv_allocate_node() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/gpu/
Dcudnn_inplace_fusion.cc118 auto first_node = inplace_node[0].node; in GetCoverIndex() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/pass/
Dcommunication_op_fusion.cc474 auto first_node = it.second.communication_op_nodes[0]; in Run() local
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/profiling/
Dprofiling_utils.cc114 auto first_node = execution_orders.front(); in GetTraceBegin() local
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/
Dupdatestate_eliminate.cc69 bool OnlyUsedByTwoNode(const AnfNodePtr &be_used_node, const AnfNodePtr &first_node, const AnfNodeP… in OnlyUsedByTwoNode()
/third_party/boost/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/contrib/rapidxml-1.13/
Drapidxml.hpp936 …xml_node<Ch> *first_node(const Ch *name = 0, std::size_t name_size = 0, bool case_sensitive = true… in first_node() function in rapidxml::xml_node
/third_party/boost/boost/property_tree/detail/
Drapidxml.hpp920 … xml_node<Ch> *first_node(const Ch *n = 0, std::size_t nsize = 0, bool case_sensitive = true) const in first_node() function in boost::property_tree::detail::rapidxml::xml_node
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dparse.cc844 AnfNodePtr first_node = ParseExprNode(block, value_list[0]); in ProcessBoolOpValueList() local
/third_party/mesa3d/src/compiler/nir/
Dnir.h4158 nir_cf_node *first_node = exec_node_data(nir_cf_node, in nir_before_cf_list() local