TensorArc

Type Alias TensorArc 

Source
pub type TensorArc<T, B = DeviceCpuSerial, D = Vec<usize>> = TensorBase<Storage<DataArc<<B as DeviceRawAPI<T>>::Raw>, T, B>, D>;

Aliased Typeยง

pub struct TensorArc<T, B = DeviceCpuSerial, D = Vec<usize>> { /* private fields */ }