pub type Tensor<T, B = DeviceCpuSerial, D = Vec<usize>> = TensorBase<Storage<DataOwned<<B as DeviceRawAPI<T>>::Raw>, T, B>, D>;
Aliased Type§
pub struct Tensor<T, B = DeviceCpuSerial, D = Vec<usize>> { /* private fields */ }
pub type Tensor<T, B = DeviceCpuSerial, D = Vec<usize>> = TensorBase<Storage<DataOwned<<B as DeviceRawAPI<T>>::Raw>, T, B>, D>;
pub struct Tensor<T, B = DeviceCpuSerial, D = Vec<usize>> { /* private fields */ }