Quantizer_TF2_Unsupported_Layer |
Unsupported layer type |
Layer is not a `tf.keras.layers.Layer` or this layer
is not yet supported. By default, this layer will not be quantized and
will be mapped to run on CPU. You can use the experimental support for
customizing quantize strategy to define the quantization behaviour of
it. |
Quantizer_TF2_Unsupported_Model |
Unsupported model type |
Only tf.keras sequential or functional models can be
supported. Subclassing model is not supported now, please convert it to
sequential or functional model and try again. |
Quantizer_TF2_Invalid_Input_Shape |
Invalid input shape |
The input_shape parameter is not valid, please check
and set correct value for it. |
Quantizer_TF2_Invalid_Calib_Dataset |
Invalid calibration dataset |
The calibration dataset is not valid, please check
and set correct value for it. |
Quantizer_TF2_Invalid_Target |
Invalid target |
The target parameter is not valid, please check and
set correct value for it. |