dequantizeBlock

abstract fun dequantizeBlock(blockIdx: Int, output: FloatArray, outputOffset: Int = 0)(source)

Dequantize a single block to float values.

Parameters

blockIdx

The block index (0-based)

output

Destination array (must have at least blockSize elements from outputOffset)

outputOffset

Starting index in output