reshape3DTo1D

fun reshape3DTo1D(dst: Array<Array<FloatArray>>, size: Int): FloatArray

Reshapes 3D array of floats to 1D array of floats.