Enum NNTrainerLayerType

    Definition

    Namespace:
    Tizen.MachineLearning.Train
    Assembly:
    Tizen.MachineLearning.Train.dll

    Enumeration for the neural network layer type of NNTrainer.

    public enum NNTrainerLayerType

    Fields

    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

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX