Home
last modified time | relevance | path

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

/oneTBB/examples/graph/som/
H A Dsom_graph.cpp116 b_node *send_to[SPECULATION_CNT]; // broadcast node to send exemplar to all function_nodes variable
147 send_to[scnt] = new b_node(*(g[scnt])); // broadcast node to the function_nodes in build_BMU_graph()
180 oneapi::tbb::flow::make_edge(*(send_to[scnt]), in build_BMU_graph()
210 delete send_to[scnt]; in destroy_BMU_graph()
395 (send_to[epoch % SPECULATION_CNT])->try_put(in[j]); in graph_teach()
398 (send_to[epoch % SPECULATION_CNT])->try_put(in[j]); 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()