Closed gpzlx1 closed 2 years ago
https://github.com/CommediaJW/dgs-bench/blob/338ef584453b9954a476b9630a4a252c4978e914/graphsage/shared_graph.py#L50
indptr = create_shared_tensor(indptr) # or shared_indptr = create_shared_tensor(indptr) del indptr
# arrow 2 features = graph.pop('feature') labels = graph.pop('labels') # arrow 3 g.ndata.clear() g.edata.clear()
https://github.com/CommediaJW/dgs-bench/blob/338ef584453b9954a476b9630a4a252c4978e914/graphsage/shared_graph.py#L50