Enum NNFWType
Definition
- Assembly:
- Tizen.MachineLearning.Inference.dll
Types of Neural Network Framework.
public enum NNFWType
Fields
| 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). |