pub type IntTensor<B> = <B as BackendTypes>::IntTensorPrimitive;Expand description
Integer tensor primitive type used by the backend.
pub type IntTensor<B> = <B as BackendTypes>::IntTensorPrimitive;Integer tensor primitive type used by the backend.