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