Home
last modified time | relevance | path

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

/oneTBB/examples/graph/som/
H A Dsom_graph.cpp109 typedef std::vector<search_node_vector_type> search_node_array_type; typedef
120 search_node_array_type *s_array[SPECULATION_CNT]; // 2d array of function nodes
151 s_array[scnt] = new search_node_array_type; in build_BMU_graph()