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