Commit bc139663 authored by rusty1s's avatar rusty1s
Browse files

typo

parent 0d9699b5
......@@ -51,11 +51,6 @@ def scatter_add_(output, index, input, dim=0):
"""
return output.scatter_add_(dim, index, input)
# .. testoutput::
# 0 0 4 3 3 0
# 2 4 4 0 0 0
# [torch.FloatTensor of size 2x6]
def scatter_add(index, input, dim=0, size=None, fill_value=0):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment