tfmot.quantization.keras.experimental.default_n_bit.DefaultNBitQuantizeRegistry
Stay organized with collections
Save and categorize content based on your preferences.
QuantizationRegistry for built-in Keras classes for default 8-bit scheme.
Inherits From: QuantizeRegistry
tfmot.quantization.keras.experimental.default_n_bit.DefaultNBitQuantizeRegistry(
disable_per_axis=False, num_bits_weight=8, num_bits_activation=8
)
Methods
get_quantize_config
View source
get_quantize_config(
layer
)
Returns the quantization config for the given layer.
Args |
layer
|
input layer to return quantize config for.
|
Returns |
Returns the QuantizeConfig for the given layer.
|
supports
View source
supports(
layer
)
Returns whether the registry supports this layer type.
Args |
layer
|
The layer to check for support.
|
Returns |
True/False whether the layer type is supported.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-05-26 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-05-26 UTC."],[],[]]