vitis_quantize.VitisQuantizer.get_deploy_model - 3.5 English

Vitis AI User Guide (UG1414)

Document ID
UG1414
Release Date
2023-09-28
Version
3.5 English

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.