View source on GitHub
|
Default 8Bit Scheme supported by TFLite.
Inherits From: QuantizeScheme
tfmot.quantization.keras.default_8bit.Default8BitQuantizeScheme(
disable_per_axis=False
)
Methods
get_layout_transformer
get_layout_transformer()
Returns the layout transforms for this scheme.
| Returns | |
|---|---|
| Returns the QuantizeLayoutTransform for this quantization scheme. |
get_quantize_registry
get_quantize_registry()
Returns the quantization registry for this scheme.
| Returns | |
|---|---|
| Returns the QuantizeRegistry for this quantization scheme. |
View source on GitHub