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