Home
last modified time | relevance | path

Searched refs:construct_node (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dlower_tuples.cpp108 auto construct_node = n->inputs().at(0)->node(); in removeTupleNodes() local
109 if (construct_node->kind() != prim::TupleConstruct) { in removeTupleNodes()
117 n->outputs()[i]->replaceAllUsesWith(construct_node->inputs().at(i)); in removeTupleNodes()
129 size_t len = construct_node->output()->type()->containedTypes().size(); in removeTupleNodes()
136 n->output()->replaceAllUsesWith(construct_node->inputs().at(int_idx)); in removeTupleNodes()
143 values.push_back(construct_node->inputs().at(i)); in removeTupleNodes()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/include/boost/unordered/detail/
Dimplementation.hpp2048 construct_node(Alloc& alloc, BOOST_FWD_REF(U) x) in construct_node() function
3319 node_pointer n2 = boost::unordered::detail::func::construct_node( in move_construct_buckets()
3971 node_tmp b(boost::unordered::detail::func::construct_node( in insert_range_unique2()
4082 boost::unordered::detail::func::construct_node( in copy_buckets()
4349 emplace_equiv(boost::unordered::detail::func::construct_node( in insert_range_equiv()
4357 boost::unordered::detail::func::construct_node( in insert_range_equiv()
4369 emplace_equiv(boost::unordered::detail::func::construct_node( in insert_range_equiv()
4469 boost::unordered::detail::func::construct_node( in copy_buckets()
4474 boost::unordered::detail::func::construct_node( in copy_buckets()