Enum NNTrainerSummaryType
Definition
- Namespace:
- Tizen.MachineLearning.Train
- Assembly:
- Tizen.MachineLearning.Train.dll
- API Level:
- 10
Enumeration for the neural network summary verbosity of NNTrainer.
C#Copypublic enum NNTrainerSummaryType : int
Name | Description |
---|---|
Layer | Detailed model summary with layer properties |
Model | Overview of model summary with one-line layer information |
Tensor | Model summary weight information that layer has |