Rate this Page
★★★★★
torch.Tensor.cdouble#
- Tensor.cdouble(memory_format=torch.preserve_format)→Tensor#
self.cdouble()is equivalent toself.to(torch.complex128). Seeto().- Parameters
memory_format (
torch.memory_format, optional) – the desired memory format ofreturned Tensor. Default:torch.preserve_format.
On this page