Type Alias kn_graph::cpu::Tensor

source ·
pub type Tensor = ArcArray<f32, IxDyn>;
Expand description

The core tensor type of this crate.

We’re using an ArcArray so reshaping is free.

Aliased Type§

struct Tensor { /* private fields */ }