Enumeration of CogDLRuntime's TensorRT speed optimization modes
available in both RedStandard and GreenStandard ViDi tools.
Namespace: Cognex.VisionPro.DLRuntimeAssembly: Cognex.VisionPro.DLRuntime (in Cognex.VisionPro.DLRuntime.dll) Version: 93.1.0.0 (93.1.0.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No speed optimization. | |
| Basic | 1 | Basic speed optimization, works with color images. | |
| Int8 | 2 | Use optimization with network parameters and activations converted from floating point to 8 bit, making inference faster but sometimes hurting accuracy. |
See Also