Home
last modified time | relevance | path

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

/oneTBB/examples/graph/som/
H A Dsom_graph.cpp69 static int speculation_start; variable
394 if (epoch < speculation_start) { in graph_teach()
397 else if (epoch == speculation_start) { in graph_teach()
410 if (epoch >= speculation_start && epoch < (nPasses - 1)) { in graph_teach()
486 speculation_start = nPasses + 1; // Don't speculate in main()
554 speculation_start = nPasses + 1; in main()
557 speculation_start = l_speculation_start; in main()
592 totalcnt += speculation_start; in main()
610 totalcnt += speculation_start; in main()