torch.Tensor.where
-
Tensor.where(condition, y) → Tensor -
self.where(condition, y)is equivalent totorch.where(condition, self, y). Seetorch.where()
Tensor.where(condition, y) → Tensor self.where(condition, y) is equivalent to torch.where(condition, self, y). See torch.where()
© 2025, PyTorch Contributors
PyTorch has a BSD-style license, as found in the LICENSE file.
https://docs.pytorch.org/docs/2.9/generated/torch.Tensor.where.html