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