Enum NNFWType

Definition

Namespace:
Tizen.MachineLearning.Inference
Assembly:
Tizen.MachineLearning.Inference.dll
API Level:
6

Types of Neural Network Framework.

C#
Copy
public enum NNFWType
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.