reshape
Simulates a reshape operation on the FloatArray.
Since Kotlin/KMP arrays are flat, this primarily validates if the current size matches the expectedSize calculated from dims.
Throws
if the size does not match.
Simulates a reshape operation on the FloatArray.
Since Kotlin/KMP arrays are flat, this primarily validates if the current size matches the expectedSize calculated from dims.
if the size does not match.