Type Alias arrow::tensor::UInt8Tensor

source ·
pub type UInt8Tensor<'a> = Tensor<'a, UInt8Type>;
Expand description

Tensor of type UInt8Type

Aliased Type§

struct UInt8Tensor<'a> { /* private fields */ }