Type Alias burn::tensor::ops::IntTensor

pub type IntTensor<B> = <B as Backend>::IntTensorPrimitive;
Expand description

Integer tensor primitive type used by the backend.