Type Alias UInt16Tensor

Source
pub type UInt16Tensor<'a> = Tensor<'a, UInt16Type>;
Expand description

Aliased Typeยง

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