Enum InferenceBackendType

Definition

Namespace:
Tizen.Multimedia.Vision
Assembly:
Tizen.Multimedia.Vision.dll
API Level:
6

Specifies the type of inference backend.

C#
Copy
public enum InferenceBackendType : int
Name Description
ArmNN

ArmNN backend type

MLApi

ML Single API of NNStreamer backend type

NNTrainer

NNTrainer backend type

One

On-device Neural Engine backend type

OpenCV

OpenCV backend type

Snpe

SNPE(Snapdragon Neural Processing Engine) backend type

TFLite

Tensor Flow Lite backend type

Extension Methods