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 9dad122 commit a995679Copy full SHA for a995679
pytensor/tensor/subtensor.py
@@ -1456,11 +1456,8 @@ def inc_subtensor(
1456
views; if they overlap, the result of this `Op` will generally be
1457
incorrect. This value has no effect if ``inplace=False``.
1458
ignore_duplicates
1459
- This determines whether or not ``x[indices] += y`` is used or
1460
- ``np.add.at(x, indices, y)``. When the special duplicates handling of
1461
- ``np.add.at`` isn't required, setting this option to ``True``
1462
- (i.e. using ``x[indices] += y``) can resulting in faster compiled
1463
- graphs.
+ This determines whether ``x[indices] += y`` is used or
+ ``np.add.at(x, indices, y)``.
1464
1465
Examples
1466
--------
0 commit comments