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