Enum ExecutionModeOnnx

Enum ExecutionModeOnnx

Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.2.0)

Controls whether you want to execute operators in the graph one-by-one or in concurrently.

public enum ExecutionModeOnnx

Fields

ORT_PARALLEL = 1

Execute operators in parallel (whenever possible), to improve performance.

ORT_SEQUENTIAL = 0

Execute operators sequentially, ensuring that each operation is completed before the next one starts.