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

pub type IntTensor<B, const D: usize> = <B as Backend>::IntTensorPrimitive<D>;
Expand description

Integer tensor primitive type used by the backend.