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