BitCastΒΆ
View (Reinterpret Cast) the array as a different type.
Abstract Signature:
BitCast(x: Tensor, dtype: Dtype)
PyTorch
API:
βStrategy: Plugin (torch_bitcast_shim)
NumPy
API:
numpy.ndarray.viewStrategy: Macro '{x}.view({dtype})'