pytorch / 2 / generated / torch.tensor.bfloat16.html

torch.Tensor.bfloat16

Tensor.bfloat16(memory_format=torch.preserve_format) → Tensor

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

Parameters

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

© 2024, PyTorch Contributors
PyTorch has a BSD-style license, as found in the LICENSE file.
https://pytorch.org/docs/2.1/generated/torch.Tensor.bfloat16.html