Partitioner API - 1.2 English

Vitis AI User Guide (UG1414)

Document ID
UG1414
Release Date
2020-07-21
Version
1.2 English
Partitioner’s main input argument (for example, args in item 1 from Partioning usage flow) 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. (Default 1)
  • 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)