Binary

data class Binary(val alwaysRam: Boolean? = null) : QuantizationConfig

Binary quantization (1 bit per dimension) — the smallest footprint.

Constructors

Link copied to clipboard
constructor(alwaysRam: Boolean? = null)

Properties

Link copied to clipboard