Table of Contents

Enum ExecutionProvider

Namespace
Bonsai.Sleap
Assembly
Bonsai.Sleap.dll

Specifies the ONNX runtime execution provider used to perform model inference.

public enum ExecutionProvider

Fields

Cpu = 0

Specifies the CPU execution provider.

Cuda = 1

Specifies the CUDA execution provider.

TensorRT = 2

Specifies the TensorRT execution provider.