TVTensor¶
- class torchvision.tv_tensors.TVTensor[source]¶
[Beta] Base class for all TVTensors.
You probably don’t want to use this class unless you’re defining your own custom TVTensors. See How to write your own TVTensor class for details.
- property device: device¶
Is the
torch.devicewhere this Tensor is.