Enum ExecutionProvider
Specifies the ONNX runtime execution provider used to perform model inference.
public enum ExecutionProvider
Fields
Cpu = 0Specifies the CPU execution provider.
Cuda = 1Specifies the CUDA execution provider.
TensorRT = 2Specifies the TensorRT execution provider.