Searched defs:tiny_node (Results 1 – 1 of 1) sorted by relevance
92 struct tiny_node : public tbb::flow::composite_node< std::tuple< int >, std::tuple< int > > { struct98 …tiny_node(tbb::flow::graph &g, bool hidden = false) : base_type(g), f1(g, tbb::flow::unlimited, pa… in tiny_node() function