This function converts the QAT model and generates the deployable model. The results can be fed into the vai_c_tensorflow compiler.
vitis_quantize.VitisQuantizer.get_deploy_model(model)
Arguments
- model
- A
tf.keras.Model
object, the QAT model to deploy.