Skip to main content

Tensor

Type Alias Tensor 

Source
pub type Tensor<T = f32> = TensorBase<Vec<T>, DynLayout>;
Expand description

Owned tensor with a dynamic dimension count.

Aliased Typeยง

pub struct Tensor<T = f32> { /* private fields */ }