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 */ }