pub type UInt16Tensor<'a> = Tensor<'a, UInt16Type>;
Expand description
Tensor of type UInt16Type
Aliased Typeยง
pub struct UInt16Tensor<'a> { /* private fields */ }
pub type UInt16Tensor<'a> = Tensor<'a, UInt16Type>;
Tensor of type UInt16Type
pub struct UInt16Tensor<'a> { /* private fields */ }