Type Alias datafusion::common::arrow::tensor::UInt8Tensor

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

Aliased Type§

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