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