vitis_inspect.VitisInspector - 3.5 English

Vitis AI User Guide (UG1414)

Document ID
UG1414
Release Date
2023-09-28
Version
3.5 English
The construction function of the VitisInspector class.

vitis_inspect.VitisInspector(
    target=None)

Arguments

target
**target**: String or None. The target DPU to deploy this model. It can be a name string (DPUCZDX8G_ISA1_B4096), a JSON file path (for example, ./U50/arch.json), or a fingerprint. The default value is None. If the target DPU is not specified, an error is reported.