model.tools.layers

model.tools.layers#

Layer Generators

Classes

Conv

Generator of standard 2d convolution

CurrentEncoder

Translates scalar data into a spiking form, interpreting it as a presynaptic current

Dense

Combines data across channels

Get

Get tensor from storage

LI

Generator of the layer of LI neurons

LIF

Generator of the layer of LIF neurons

LSTM

LSTM layer generator

Norm

Batch Normalization layer generator

Pool

Pooling layer generator

ReLU

ReLU layer generator

Residual

Summarizes data in storage

SLI

Generator of the layer of Saturable LI neurons

SiLU

SiLU layer generator

Store

Stores a tensor in the specified storage and passes it on

Synapse

Generator of the layer of synapse

Tanh

Tanh layer generator

Up

Upsample layer generator