Enum InferenceBackendType
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
- API Level:
- 6
Specifies the type of inference backend.
C#Copypublic enum InferenceBackendType
Name | Description |
---|---|
ArmNN | ArmNN backend type |
MLApi | ML Single API of NNStreamer backend type |
One | On-device Neural Engine backend type |
OpenCV | OpenCV backend type |
TFLite | Tensor Flow Lite backend type |