Home
last modified time | relevance | path

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

/oneTBB/examples/graph/som/
H A Dsom.hpp36 typedef oneapi::tbb::blocked_range2d<int> subsquare_type; typedef
182 double BMU_range(const SOM_element &s, int &xval, int &yval, subsquare_type &r);
184 subsquare_type br(0, (int)my_map.size(), 1, 0, (int)my_map[0].size(), 1); in BMU()
H A Dsom.cpp122 double SOMap::BMU_range(const SOM_element &s, int &xval, int &yval, subsquare_type &r) { in BMU_range()
187 subsquare_type br2(0, (int)my_map.size(), 1, 0, (int)my_map[0].size(), 1); in teach()
H A Dsom_graph.cpp85 subsquare_type my_square;
89 BMU_search_body(SOMap &_m, subsquare_type &_sq, int &fnt) in BMU_search_body()
173 subsquare_type sst(i, xmax, 1, j, ymax, 1); in build_BMU_graph()