Sequence LinearizeF32

std/flow/linearize::LinearizeF32


Inputs

vector: Stream<Vec<f32>>

Outputs

↦ value: Stream<f32>


Linearize stream of Vec<f32> into stream of Scalar<f32>.

All the input vectors are turned into continuous stream of scalar values, in the same order. [a, b, c], [d, e], [f, g, h, i]a, b, c, d, e, f, g, h, i