Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
d9a3868f
Unverified
Commit
d9a3868f
authored
Dec 12, 2023
by
Rhett Ying
Committed by
GitHub
Dec 12, 2023
Browse files
[GraphBolt] update fused_csc_sampling_graph() (#6734)
parent
84f90644
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
notebooks/graphbolt/walkthrough.ipynb
notebooks/graphbolt/walkthrough.ipynb
+1
-1
No files found.
notebooks/graphbolt/walkthrough.ipynb
View file @
d9a3868f
...
@@ -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)"
]
]
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment