Type Alias UInt64Tensor

Source
pub type UInt64Tensor<'a> = Tensor<'a, UInt64Type>;
Expand description

Aliased Typeยง

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