TATensor¶
- class torchaug.ta_tensors.TATensor[source]¶
Base class for all TATensors.
You probably don’t want to use this class unless you’re defining your own custom TATensors.
- property device: device¶
Is the
torch.devicewhere this Tensor is.
Base class for all TATensors.
You probably don’t want to use this class unless you’re defining your own custom TATensors.
Is the torch.device where this Tensor is.