Returns a new tensor with boolean elements representing if each element of input
is real-valued or not. All real-valued types are considered real. Complex values are considered real when their imaginary part is 0.
input (Tensor) – the input tensor.
A boolean tensor that is True where input
is real and False elsewhere
Example:
>>> torch.isreal(torch.tensor([1, 1+1j, 2+0j])) tensor([True, False, True])
To analyze traffic and optimize your experience, we serve cookies on this site. By clicking or navigating, you agree to allow our usage of cookies. As the current maintainers of this site, Facebook’s Cookies Policy applies. Learn more, including about available controls: Cookies Policy.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4