Partitioner API - 1.3 English

Vitis AI User Guide (UG1414)

Document ID
UG1414
Release Date
2021-02-03
Version
1.3 English
The main input argument (for example, args in item 1 from Partitioning usage flow) of the partitioner are as follows:
Networkfile
tf.Graph, tf.GraphDef, or path to the network file
loadmode
Saving protocol of the network file. Supported formats [pb (default), chkpt, txt, savedmodel]
quant_cfgfile
DPUCADX8G quantization file
batch_sz
Inference batch size. The default value for this is one.
startnode
List of start nodes for FPGA partition (optional. Defaults to all placeholders)
finalnode
List of final nodes for FPGA partition (optional. Defaults to all sink nodes)