W3cubDocs

/PyTorch 2.9

torch.Tensor.char

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

self.char() is equivalent to self.to(torch.int8). See to().

Parameters

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

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