SwiftCoreMLTools Documentation Beta

Enumeration Layer​Type

public enum LayerType
%3 LayerType LayerType String String LayerType->String Codable Codable LayerType->Codable

Conforms To

Codable
String

Enumeration Cases

concat

case concat

pooling

case pooling

bi​Directional​Lstm

case biDirectionalLstm

flatten

case flatten

simple​Recurrent

case simpleRecurrent

embedding

case embedding

permute

case permute

uni​Directional​Lstm

case uniDirectionalLstm

gru

case gru

inner​Product

case innerProduct

convolution

case convolution

elu

case elu

softsign

case softsign

linear

case linear

thresholded​ReLu

case thresholdedReLu

re​Lu

case reLu

parametric​Softplus

case parametricSoftplus

sigmoid​Hard

case sigmoidHard

softplus

case softplus

leaky​ReLu

case leakyReLu

pReLu

case pReLu

sigmoid

case sigmoid

tanh

case tanh

scaled​Tanh

case scaledTanh

softmax

case softmax