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
f7e065f7
Unverified
Commit
f7e065f7
authored
Jan 18, 2024
by
Mingbang Wang
Committed by
GitHub
Jan 18, 2024
Browse files
[GraphBolt] update the docstring (#6975)
parent
ed9ef14a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
python/dgl/graphbolt/itemset.py
python/dgl/graphbolt/itemset.py
+2
-2
No files found.
python/dgl/graphbolt/itemset.py
View file @
f7e065f7
...
...
@@ -27,8 +27,8 @@ class ItemSet:
The names of the items. If it is a tuple, each name corresponds to an
item in the tuple. The naming is arbitrary, but in general practice,
the names should be chosen from ['seed_nodes', 'node_pairs', 'labels',
'negative_srcs', 'negative_dsts'] to align with the attributes
of
class `dgl.graphbolt.MiniBatch`.
'seeds',
'negative_srcs', 'negative_dsts'] to align with the attributes
of
class `dgl.graphbolt.MiniBatch`.
Examples
--------
...
...
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