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
9e826173
"git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "c9778b552252fcc266ff6ead364fbfff41ecd963"
Commit
9e826173
authored
Nov 29, 2018
by
Haibin Lin
Committed by
Minjie Wang
Nov 29, 2018
Browse files
[Doc] Minor doc update for mxnet/immutable_graph_index (#194)
parent
41c9c3b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/dgl/backend/mxnet/immutable_graph_index.py
python/dgl/backend/mxnet/immutable_graph_index.py
+1
-1
No files found.
python/dgl/backend/mxnet/immutable_graph_index.py
View file @
9e826173
...
@@ -11,7 +11,7 @@ class ImmutableGraphIndex(object):
...
@@ -11,7 +11,7 @@ class ImmutableGraphIndex(object):
We can use a CSR matrix to represent a graph structure. For functionality,
We can use a CSR matrix to represent a graph structure. For functionality,
one CSR matrix is sufficient. However, for efficient access
one CSR matrix is sufficient. However, for efficient access
to in-edges and out-edges of a directed graph, we need to use two CSR matrices.
to in-edges and out-edges of a directed graph, we need to use two CSR matrices.
In these CSR matrices, both rows and columns represent
s
vertices. In one CSR
In these CSR matrices, both rows and columns represent vertices. In one CSR
matrix, a row stores in-edges of a vertex (whose source vertex is a neighbor
matrix, a row stores in-edges of a vertex (whose source vertex is a neighbor
and destination vertex is the vertex itself). Thus, a non-zero entry is
and destination vertex is the vertex itself). Thus, a non-zero entry is
the neighbor Id and the value is the corresponding edge Id.
the neighbor Id and the value is the corresponding edge Id.
...
...
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