Searched refs:YV (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/examples/graph/som/ |
| H A D | som_graph.cpp | 250 std::get<XV>(sr), std::get<YV>(sr), std::get<RADIUS>(sr), xlow, xhigh, ylow, yhigh); in overlap() 302 int y = std::get<YV>(sr) / ysize; in graph_BMU() 328 std::get<YV>(sr) < std::get<YV>(min_sr))) { in graph_BMU() 413 std::get<XV>(min_sr), std::get<YV>(min_sr), radius, (epoch + 1) % SPECULATION_CNT); in graph_teach()
|
| H A D | som.cpp | 64 out << std::get<YV>(s); in operator <<() 70 printf("<%g,%d,%d>", std::get<RADIUS>(s), std::get<XV>(s), std::get<YV>(s)); in remark_search_result_type()
|
| H A D | som.hpp | 43 #define YV 2 macro
|