pub type Int32Tensor<'a> = Tensor<'a, Int32Type>;
Tensor of type Int32Type
struct Int32Tensor<'a> { /* private fields */ }