ExecutionModeOnnx
ExecutionModeOnnx enumeration
Controls whether you want to execute operators in the graph one-by-one or in concurrently.
Members
| Member name | Description |
|---|---|
| ORT_SEQUENTIAL | Execute operators sequentially, ensuring that each operation is completed before the next one starts. |
| ORT_PARALLEL | Execute operators in parallel (whenever possible), to improve performance. |
See Also
- namespace aspose.ocr
- assembly Aspose.OCR