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). |
ArmNN | Arm Neural Network framework (support for caffe and tensorflow-lite). |
CustomFilter | Custom filter (Independent shared object). |
EdgeTPU | Google Coral Edge TPU (USB). |
MVNC | Intel Movidius Neural Compute SDK (libmvnc). |
NNFW | Neural Network Inference framework, which is developed by SR (Samsung Research). |
OpenVINO | Intel OpenVINO. |
SNPE | Qualcomm SNPE (Snapdgragon Neural Processing Engine (.dlc) |
Tensorflow | Tensorflow (.pb). |
TensorflowLite | Tensorflow-lite (.tflite). |
Vivante | VeriSilicon's Vivante. |