pub trait DeviceTensorType: TensorType { }
Expand description
A tensor that is allocated in the device / gpu platform
Object Safety§
This trait is not object safe.
pub trait DeviceTensorType: TensorType { }
A tensor that is allocated in the device / gpu platform