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 */ }pub type Tensor<T = f32> = TensorBase<Vec<T>, DynLayout>;Tensor with a dynamic dimension count.
struct Tensor<T = f32> { /* private fields */ }