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