快捷方式

torch.Tensor.cfloat

Tensor.cfloat(memory_format=torch.preserve_format) Tensor

self.cfloat() 等效于 self.to(torch.complex64)。参见 to().

参数

memory_format (torch.memory_format, 可选) – 返回的张量的所需内存格式。默认值:torch.preserve_format

文档

访问 PyTorch 的全面开发者文档

查看文档

教程

获取针对初学者和高级开发人员的深入教程

查看教程

资源

查找开发资源并获得问题的解答

查看资源