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