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
16da76c4
"...utils/git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "2d8791324db0a764ff7088ba63741ad4f801abb4"
Commit
16da76c4
authored
Oct 16, 2018
by
Gan Quan
Browse files
fix #81
parent
5567f4a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/dgl/graph.py
python/dgl/graph.py
+1
-1
No files found.
python/dgl/graph.py
View file @
16da76c4
...
...
@@ -884,7 +884,7 @@ class DGLGraph(object):
def
_batch_update_edge
(
self
,
u
,
v
,
edge_func
):
if
is_all
(
u
)
and
is_all
(
v
):
u
,
v
=
self
.
_graph
.
edges
()
u
,
v
,
_
=
self
.
_graph
.
edges
()
# call the UDF
src_reprs
=
self
.
get_n_repr
(
u
)
dst_reprs
=
self
.
get_n_repr
(
v
)
...
...
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