Type Alias Tensor2

Source
pub type Tensor2<T> = Tensor<T, Ix2>;
Expand description

Tensor with 2 dimensions.

Aliased Typeยง

pub struct Tensor2<T> { /* private fields */ }