Rate this Page

torch.Tensor.float#

Tensor.float(memory_format=torch.preserve_format) Tensor#

self.float() is equivalent to self.to(torch.float32). See to().

Parameters

memory_format (torch.memory_format, optional) – the desired memory format of returned Tensor. Default: torch.preserve_format.