Enum NNTrainerModelFormat

Definition

Namespace:
Tizen.MachineLearning.Train
Assembly:
Tizen.MachineLearning.Train.dll
API Level:
10

Enumeration of model formats for the neural network.

C#
Copy
public enum NNTrainerModelFormat
Name Description
Bin

Raw bin file stores model weights required for inference and training without any configurations

Ini

Ini format file stores model configurations

IniWithBin

Ini with bin format file stores configurations with parameters required for inference and training