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
1d86b796
Unverified
Commit
1d86b796
authored
Oct 27, 2023
by
Rhett Ying
Committed by
GitHub
Oct 27, 2023
Browse files
[GraphBolt] fix docstring (#6502)
parent
23c566a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
python/dgl/graphbolt/impl/ondisk_dataset.py
python/dgl/graphbolt/impl/ondisk_dataset.py
+4
-0
No files found.
python/dgl/graphbolt/impl/ondisk_dataset.py
View file @
1d86b796
...
...
@@ -44,6 +44,8 @@ def preprocess_ondisk_dataset(
----------
dataset_dir : str
The path to the dataset directory.
include_original_edge_id : bool, optional
Whether to include the original edge id in the CSCSamplingGraph.
Returns
-------
...
...
@@ -337,6 +339,8 @@ class OnDiskDataset(Dataset):
----------
path: str
The YAML file path.
include_original_edge_id: bool, optional
Whether to include the original edge id in the CSCSamplingGraph.
"""
def
__init__
(
...
...
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