Home
last modified time | relevance | path

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

/third_party/boost/boost/heap/detail/
Dstable_heap.hpp214 internal_type make_node(T const & val) in make_node() function
220 T && make_node(T && val) in make_node() function
228 internal_type make_node(Args && ... val) in make_node() function
385 internal_type make_node(T const & val) in make_node() function
395 internal_type make_node(Args&&... args) in make_node() function
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/
Dmerge_addn.h55 auto make_node = fg->NewCNode(args_); in operator() local
/third_party/boost/libs/hana/example/misc/
Dtree.cpp32 constexpr auto make_node(X x, Subforest subforest) { in make_node() function
/third_party/skia/modules/svg/src/
DSkSVGDOM.cpp346 auto make_node = [](const ConstructionContext& ctx, const char* elem) -> sk_sp<SkSVGNode> { in construct_svg_node() local