Searched refs:search_result_type (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/examples/graph/som/ |
| H A D | som_graph.cpp | 81 static search_result_type last_update; 97 search_result_type operator()(const SOM_element s) { in operator ()() 102 return search_result_type(min_dist, my_x, my_y); in operator ()() 106 typedef oneapi::tbb::flow::function_node<SOM_element, search_result_type> search_node; 117 oneapi::tbb::flow::queue_node<search_result_type> 247 bool overlap(int &xval, int &yval, search_result_type &sr) { in overlap() 289 std::vector<search_result_type> all_srs(xRangeMax * yRangeMax, in graph_BMU() 290 search_result_type(DBL_MAX, -1, -1)); in graph_BMU() 294 search_result_type sr; in graph_BMU() 295 search_result_type min_sr; in graph_BMU() [all …]
|
| H A D | som.hpp | 37 typedef std::tuple<double, int, int> search_result_type; typedef 39 std::ostream &operator<<(std::ostream &out, const search_result_type &s); 154 SOM_element &at(search_result_type const &s) { in at()
|
| H A D | som.cpp | 59 std::ostream &operator<<(std::ostream &out, const search_result_type &s) { in operator <<() 69 void remark_search_result_type(const search_result_type &s) { in remark_search_result_type()
|