ExecutionModeOnnx
ExecutionModeOnnx enumeration
Controls whether you want to execute operators in the graph one-by-one or in concurrently.
public enum ExecutionModeOnnx
Values
Name | Value | Description |
---|---|---|
ORT_SEQUENTIAL | 0 | Execute operators sequentially, ensuring that each operation is completed before the next one starts. |
ORT_PARALLEL | 1 | Execute operators in parallel (whenever possible), to improve performance. |
See Also
- namespace Aspose.OCR
- assembly Aspose.OCR