Home
last modified time | relevance | path

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

/oneTBB/examples/graph/som/
H A Dsom_graph.cpp111 typedef std::vector<graph_vector_type> graph_array_type; typedef
121 graph_array_type *g_array[SPECULATION_CNT]; // 2d array of graphs
153 g_array[scnt] = new graph_array_type; in build_BMU_graph()