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
5bc029b9
Unverified
Commit
5bc029b9
authored
Aug 23, 2020
by
Zihao Ye
Committed by
GitHub
Aug 23, 2020
Browse files
upd (#2097)
parent
163398c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
docs/source/api/python/dgl.ops.rst
docs/source/api/python/dgl.ops.rst
+7
-1
No files found.
docs/source/api/python/dgl.ops.rst
View file @
5bc029b9
...
...
@@ -15,7 +15,7 @@ It *fuses* two steps into one kernel.
1. Computes messages by add/sub/mul/div source node and edge features,
or copy node features to edges.
2. Aggregate the messages by sum/max/min as the features on destination nodes.
2. Aggregate the messages by sum/max/min
/mean
as the features on destination nodes.
Our implementation supports tensors on CPU/GPU in PyTorch/MXNet/Tensorflow
as input. All operators are equipped with autograd (computing the input gradients
...
...
@@ -100,12 +100,18 @@ graph.
u_sub_e_min
u_mul_e_min
u_div_e_min
u_add_e_mean
u_sub_e_mean
u_mul_e_mean
u_div_e_mean
copy_u_sum
copy_e_sum
copy_u_max
copy_e_max
copy_u_min
copy_e_min
copy_u_mean
copy_e_mean
GSDDMM functions
----------------
...
...
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