deeplay.blocks.conv.conv2d Module#

Functions#

residual(block[, order, activation, ...])

Make a residual block with the given order of layers.

spatial_cross_attention(block[, ...])

spatial_self_attention(block[, ...])

spatial_transformer(block[, ...])

Classes#

Add(*args, **kwargs)

BaseBlock(*args, **kwargs)

Conv2dBlock(*args, **kwargs)

Convolutional block with optional normalization and activation.

DeeplayModule(*args, **kwargs)

A base class for creating configurable, extensible modules with dynamic initialization and argument management.

DeferredConfigurableLayer(parent, name[, mode])

FromLogs(*args, **kwargs)

Layer(*args, **kwargs)

MergeOp(*args, **kwargs)

Permute(*args, **kwargs)

Variable([func])

Represents a variable integer value that can be operated on.