Home
last modified time | relevance | path

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

/oneTBB/examples/graph/som/
H A Dsom_graph.cpp73 std::vector<int> extra_count; variable
361 ++extra_count[extra_computations]; in graph_BMU()
371 extra_count.clear(); in graph_teach()
375 extra_count.reserve(xRangeMax * yRangeMax + 1); in graph_teach()
380 extra_count.push_back(0); in graph_teach()
600 for (int i = 0; i < extra_count.size(); ++i) { in main()
601 if (extra_count[i] > 0) { in main()
604 for (int j = 0; j < extra_count.size(); ++j) { in main()
605 if (extra_count[j]) { in main()
606 printf(" %d[%d]", j, extra_count[j]); in main()
[all …]