Enum NNFWType
Definition
- Namespace:
- Tizen.MachineLearning.Inference
- Assembly:
- Tizen.MachineLearning.Inference.dll
- API Level:
- 6
Types of Neural Network Framework.
C#Copypublic enum NNFWType
Name | Description |
---|---|
Any | NNHW is not specified (Try to determine the NNFW with file extension). |
CustomFilter | Custom filter (Independent shared object). |
NNFW | Neural Network Inference framework, which is developed by SR |
Tensorflow | Tensorflow (.pb). |
TensorflowLite | Tensorflow-lite (.tflite). |