reshape4DTo1D

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

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