Type Alias kn_graph::dtype::Tensor

source ·
pub type Tensor<T> = ArcArray<T, IxDyn>;

Aliased Type§

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