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
fccf0a31
Unverified
Commit
fccf0a31
authored
May 22, 2023
by
Rhett Ying
Committed by
GitHub
May 22, 2023
Browse files
[doc] Fix comment typo
parent
dd768a57
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
graphbolt/include/graphbolt/csc_sampling_graph.h
graphbolt/include/graphbolt/csc_sampling_graph.h
+2
-2
No files found.
graphbolt/include/graphbolt/csc_sampling_graph.h
View file @
fccf0a31
...
...
@@ -137,9 +137,9 @@ class CSCSamplingGraph : public torch::CustomClassHolder {
* @param indices Indices array of the CSC.
* @param ntypes A list of node types, if present.
* @param etypes A list of edge types, if present.
* @param node_type_offset
_
A tensor representing the offset of node types, if
* @param node_type_offset A tensor representing the offset of node types, if
* present.
* @param type_per_edge
_
A tensor representing the type of each edge, if
* @param type_per_edge A tensor representing the type of each edge, if
* present.
*
* @return CSCSamplingGraph
...
...
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