Is dgl.transform.khop_graph method is processed parallelly?

is dgl.transform.khop_graph method is processed parallelly?

Please let me know whether it is processed parallelly or not.

Thank you

What do you mean if this is processed parallelly?

so, i mean i want to know that this method makes k-hop neighborhood parallelly!

for example, if i want to find node number 1’s k-hop neighborhood, this method works parallelly and returns it to me or not.

thank you!

It simply raises the adjacency matrix to power k. In that sense, it is done in parallel.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.