Skip to main content
Version: 0.1

DeploymentSettings_ONNXRuntime_ONNX

CLASS - DeploymentSettings_ONNXRuntime_ONNX(

)

Ancestors - (BaseDeploymentSettings)

Use this if you wish to deploy to ONNXRuntime in Settings.deployment_settings.

Class Variables

  • utilize_full_int_range (bool) - Set to True if you're planning to run the model on a CPU that supports AVX512-VNNI.

See Also

https://onnxruntime.ai/docs/performance/model-optimizations/quantization.html#when-and-why-do-i-need-to-try-u8u8

DeploymentSettings_TFLite

CLASS - DeploymentSettings_TFLite(

)

Ancestors - (BaseDeploymentSettings)

Use this if you wish to deploy to TFLite in Settings.deployment_settings.

DeploymentSettings_TensorRT_ONNX

CLASS - DeploymentSettings_TensorRT_ONNX(

)

Ancestors - (BaseDeploymentSettings)

Use this if you wish to deploy to TensorRT in Settings.deployment_settings.