Type Alias arrow::tensor::UInt16Tensor
source · pub type UInt16Tensor<'a> = Tensor<'a, UInt16Type>;
Expand description
Tensor of type UInt16Type
Aliased Type§
struct UInt16Tensor<'a> { /* private fields */ }
pub type UInt16Tensor<'a> = Tensor<'a, UInt16Type>;
Tensor of type UInt16Type
struct UInt16Tensor<'a> { /* private fields */ }