We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19858f7 commit f546a3bCopy full SHA for f546a3b
torch/_torch_docs.py
@@ -2450,7 +2450,7 @@ def merge_dicts(*dicts):
2450
2451
The shapes of :attr:`start` and :attr:`end` must be
2452
:ref:`broadcastable <broadcasting-semantics>`. If :attr:`weight` is a tensor, then
2453
-the shapes of :attr:`start`, :attr:`end` must be :ref:`broadcastable <broadcasting-semantics>`.
+the shapes of :attr:`weight`, :attr:`start`, and :attr:`end` must be :ref:`broadcastable <broadcasting-semantics>`.
2454
2455
Args:
2456
input (Tensor): the tensor with the starting points
0 commit comments