Enum NNTrainerLayerType

Definition

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

Enumeration for the neural network layer type of NNTrainer.

C#
Copy
public enum NNTrainerLayerType
Name Description
Activation

Activation Layer

Addition

Addition Layer

BackboneNNStreamer

Backbone using NNStreamer

BN

Batch Normalization Layer

CentroidKNN

Centroid KNN Layer

Concat

Concat Layer

Conv1D

Convolution 1D Layer

Conv2D

Convolution 2D Layer

Dropout

Dropout Layer

Embedding

Embedding Layer

FC

Fully Connected Layer

Flatten

Flatten Layer

GRU

GRU Layer

GRUCell

GRU Cell Layer

Input

Input Layer

LoseMSE

Mean Squared Error Loss Layer

LossCrossEntropySigmoid

Cross Entropy with Sigmoid Loss Layer

LossCrossEntropySoftmax

Cross Entropy with Softmax Loss Layer

LSTM

LSTM Layer

LSTMCell

LSTM Cell Layer

MultiOut

MultiOut Layer

Permute

Permute Layer

Pooling2D

Pooling 2D Layer

PreprocessFlip

Preprocess flip Layer

PreprocessL2Norm

Preprocess L2Normalization Layer

PreprocessTranslate

Preprocess translate Layer

RNN

RNN Layer

RNNCell

RNN Cell Layer

Split

Split Layer

Unknown

Unknown

ZoneoutLSTMCell

ZoneoutLSTM Cell Layer