Home
last modified time | relevance | path

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

/oneTBB/examples/graph/som/
H A Dsom_graph.cpp387 int next_j = 0; in graph_teach() local
391 int j = next_j; // try to make reproducible in graph_teach()
392 next_j = (epoch + 1) % in.size(); in graph_teach()
400 (send_to[(epoch + 1) % SPECULATION_CNT])->try_put(in[next_j]); in graph_teach()
404 (send_to[(epoch + 1) % SPECULATION_CNT])->try_put(in[next_j]); in graph_teach()
427 in[next_j]); in graph_teach()