vitis_inspect.VitisInspector - 2.5 English

Vitis AI User Guide (UG1414)

Document ID
UG1414
Release Date
2022-06-15
Version
2.5 English
The construction function of class VitisInspector.

vitis_inspect.VitisInspector(
    target=None)

Arguments

target
A string object or None, the target DPU to deploy this model. It can be a name string (e.g. "DPUCAHX8L_ISA0"), a JSON file path (e.g. "./U50/arch.json") or a fingerprint. If set None, only show some general, target-independent inspect results. Default to None.