Description | Parameters | Return |
---|---|---|
Gets target information including batch, fingerprint, target name. You can use info for batching or get target name information. | None | A DeviceInfo object. See core classes section for more details about this object type. |
Description | Parameters | Return |
---|---|---|
Python wrapper for the VAI transformation. |
|
New GraphDef with VaiWeGOOps placed in graph replacing subgraphs. Note: WeGO eliminates
CPU FixNeurons operators within quantized model to achieve optimal
performance by default. However for those models containing many CPU
FixNeurons operators, the models’ accuracy maybe decrease by
deploying them with default value(Vitis_vai.enums.AccuracyMode.Default).In such cases, you can switch to
Vitis_vai.enums.AccuracyMode.ReserveReduantFixNeurons to achieve better
accuracy.
|