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