Skip to content
This repository was archived by the owner on Feb 27, 2026. It is now read-only.

Commit f2d7267

Browse files
Update all.md
1 parent 98f0b18 commit f2d7267

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/pytorch/concepts/tensor-operations/terms/all

content/pytorch/concepts/tensor-operations/terms/all/all.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Non-zero numeric values evaluate as `True`, and zero evaluates as `False`.
2727
torch.all(input, dim, keepdim=False, *, out=None)
2828
```
2929

30-
Or alternatively in tensor method form:
30+
Or alternatively, in tensor method form:
3131

3232
```pseudo
3333
tensor.all(dim=None, keepdim=False)

0 commit comments

Comments
 (0)