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). |
NNTrainerInferenceFW | Inference supported from NNTrainer, SR On-device Training Framework |
OpenVINO | Intel OpenVINO. |
PyTorch | PyTorch (.pt) |
SNPE | Qualcomm SNPE (Snapdgragon Neural Processing Engine (.dlc) |
Tensorflow | Tensorflow (.pb). |
TensorflowLite | Tensorflow-lite (.tflite). |
TriXEngine | TriXEngine accesses TRIV/TRIA NPU low-level drivers directly (.tvn). You may need to use high-level drivers wrapping this low-level driver in some devices: e.g., AIFW |
VDAIFW | Inference framework for Samsung Tizen TV |
Vivante | VeriSilicon's Vivante. |