Type Alias rten_tensor::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 */ }