评价此页

torch.Tensor.bool#

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

self.bool() is equivalent to to(torch.bool). See to().

参数

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