Description | Parameters | Return |
---|---|---|
Gets target information including batch, fingerprint, and target name. You can use info for batching or get target name information. | None | A DeviceInfo object. For more details about this object type, see the core classes section. |
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 a quantized model to achieve optimal
performance by default. However, for those models containing many
CPU FixNeurons operators, their accuracy might decrease by deploying
them with the default value(Vitis_vai.enums.AccuracyMode.Default).In such cases, you can switch to
Vitis_vai.enums.AccuracyMode.ReserveReduantFixNeurons to achieve better
accuracy.
|