Home
last modified time | relevance | path

Searched refs:XV (Results 1 – 3 of 3) sorted by relevance

/oneTBB/examples/graph/som/
H A Dsom_graph.cpp250 std::get<XV>(sr), std::get<YV>(sr), std::get<RADIUS>(sr), xlow, xhigh, ylow, yhigh); in overlap()
301 int x = std::get<XV>(sr) / xsize; in graph_BMU()
315 else if (std::get<XV>(all_srs[offset]) != -1) { in graph_BMU()
324 if (std::get<XV>(sr) < std::get<XV>(min_sr)) { in graph_BMU()
327 else if ((std::get<XV>(sr) == std::get<XV>(min_sr) && in graph_BMU()
341 bool received_cancel_result = std::get<XV>(all_srs[i]) != -1; in graph_BMU()
413 std::get<XV>(min_sr), std::get<YV>(min_sr), radius, (epoch + 1) % SPECULATION_CNT); in graph_teach()
H A Dsom.cpp62 out << ", " << std::get<XV>(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 Dsom.hpp42 #define XV 1 macro