Type Alias acme_tensor::Tensor

source ·
pub type Tensor<T = f64> = TensorBase<T>;

Aliased Type§

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