Skip to main content

TensorEntry

Type Alias TensorEntry 

Source
pub type TensorEntry = (Vec<usize>, Vec<f32>);
Expand description

One tensor as handed to Enhancer::load: shape and row-major data.