Skip to content

Commit 3141297

Browse files
committed
Update signatures
1 parent f285f82 commit 3141297

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

signatures/searching/where.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ np.where(condition, x=None, y=None) → ndarray
3333
## PyTorch
3434

3535
```
36+
torch.where(condition) → tuple[ LongTensor, ... ]
3637
torch.where(condition, x, y) → Tensor
3738
```
3839

0 commit comments

Comments
 (0)