Unverified Commit d9a3868f authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

[GraphBolt] update fused_csc_sampling_graph() (#6734)

parent 84f90644
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
"num_edges = 25\n", "num_edges = 25\n",
"eid = torch.arange(num_edges)\n", "eid = torch.arange(num_edges)\n",
"edge_attributes = {gb.ORIGINAL_EDGE_ID: eid}\n", "edge_attributes = {gb.ORIGINAL_EDGE_ID: eid}\n",
"graph = gb.from_fused_csc(indptr, indices, None, None, edge_attributes, None)\n", "graph = gb.fused_csc_sampling_graph(indptr, indices, edge_attributes=edge_attributes)\n",
"print(graph)" "print(graph)"
] ]
}, },
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment