"test/git@developer.sourcefind.cn:change/sglang.git" did not exist on "144bc70fcceede77fc2c2fbd286676b57f9a0c94"
Commit 8745c959 authored by rusty1s's avatar rusty1s
Browse files

typo

parent ad6102e8
...@@ -17,8 +17,8 @@ def scatter_add_(output, index, input, dim=0): ...@@ -17,8 +17,8 @@ def scatter_add_(output, index, input, dim=0):
values of :attr:`index` must be between `0` and `output.size(dim) - 1`. values of :attr:`index` must be between `0` and `output.size(dim) - 1`.
For one-dimensional tensors, the formula is given by For one-dimensional tensors, the formula is given by
:math:`output_i = \sum_j input_j` where sum is over :math:`j` such that :math:`output_i = output_i + \sum_j input_j` where sum is over
:math:`index_j = i`. :math:`j` such that :math:`index_j = i`.
Args: Args:
output (Tensor): The destination tensor output (Tensor): The destination tensor
......
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