EncodedResidual

data class EncodedResidual(val packed: ByteArray, val scale: Float, val residualBits: Int, val elementCount: Int)(source)

Encoded QJL residual data.

Constructors

Link copied to clipboard
constructor(packed: ByteArray, scale: Float, residualBits: Int, elementCount: Int)

Properties

Link copied to clipboard

Number of elements.

Link copied to clipboard

Packed residual bits.

Link copied to clipboard
Link copied to clipboard

Bits per residual component.

Link copied to clipboard

Scale factor for reconstruction.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int