Skip to content

Latest commit

 

History

History
99 lines (77 loc) · 895 Bytes

layers.md

File metadata and controls

99 lines (77 loc) · 895 Bytes

Built-In Layers

Index

Pages = ["layers.md"]

Containers

BranchLayer
Chain
PairwiseFusion
Parallel
SkipConnection
RepeatedLayer

Convolutional Layers

Conv
ConvTranspose
CrossCor

Dropout Layers

AlphaDropout
Dropout
VariationalHiddenDropout

Pooling Layers

AdaptiveMaxPool
AdaptiveMeanPool
GlobalMaxPool
GlobalMeanPool
MaxPool
MeanPool

Recurrent Layers

GRUCell
LSTMCell
RNNCell
Recurrence
StatefulRecurrentCell

Linear Layers

Bilinear
Dense
Embedding
Scale

Misc. Helper Layers

FlattenLayer
Maxout
NoOpLayer
ReshapeLayer
SelectDim
WrappedFunction
ReverseSequence

Normalization Layers

BatchNorm
GroupNorm
InstanceNorm
LayerNorm
WeightNorm

Upsampling

PixelShuffle
Upsample

SciML Layers

PeriodicEmbedding