Home
last modified time | relevance | path

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

/oneTBB/examples/graph/som/
H A Dsom_graph.cpp153 g_array[scnt] = new graph_array_type; in build_BMU_graph()
154 g_array[scnt]->reserve(xranges); in build_BMU_graph()
167 g_array[scnt]->push_back(graph_vector_type()); in build_BMU_graph()
168 (*g_array[scnt])[xindex].reserve(yranges); in build_BMU_graph()
178 (*g_array[scnt])[xindex].push_back(g_local); in build_BMU_graph()
192 (*g_array[cIndex])[x][y]->wait_for_all(); in wait_for_all_graphs()
202 delete (*g_array[scnt])[i][j]; in destroy_BMU_graph()
207 (*g_array[scnt]).clear(); in destroy_BMU_graph()
208 delete g_array[scnt]; in destroy_BMU_graph()
262 (*g_array[indx])[x][y]->cancel(); in cancel_submaps()
[all …]