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)