arrow::tensor

Type Alias UInt8Tensor

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

Tensor of type UInt8Type

Aliased Typeยง

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