rten_tensor

Type Alias Tensor

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

Tensor with a dynamic dimension count.

Aliased Typeยง

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