dequantize

fun ByteArray.dequantize(scale: Float, zeroPoint: Int): FloatArray

Dequantizes the ByteArray into a FloatArray using the given scale and zeroPoint.

Formula: (value - zeroPoint) * scale