pub type TensorEntry = (Vec<usize>, Vec<f32>);
One tensor as handed to Enhancer::load: shape and row-major data.
Enhancer::load