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
d70beba7
Unverified
Commit
d70beba7
authored
Jul 27, 2021
by
Lu Lu
Committed by
GitHub
Jul 27, 2021
Browse files
Bug fix: change th to tf (#3182)
Co-authored-by:
Jinjing Zhou
<
VoVAllen@users.noreply.github.com
>
parent
c8d4d6fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/dgl/backend/tensorflow/tensor.py
python/dgl/backend/tensorflow/tensor.py
+1
-1
No files found.
python/dgl/backend/tensorflow/tensor.py
View file @
d70beba7
...
@@ -188,7 +188,7 @@ def mean(input, dim):
...
@@ -188,7 +188,7 @@ def mean(input, dim):
def
reduce_mean
(
input
):
def
reduce_mean
(
input
):
return
t
h
.
reduce_mean
(
input
)
return
t
f
.
reduce_mean
(
input
)
def
max
(
input
,
dim
):
def
max
(
input
,
dim
):
...
...
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