ResidualBlock

public struct ResidualBlock<Element, Device> : LayerType where Element : RandomizableType, Device : DeviceType

Residual block with two convolution and batch normalization layers as well as an optional downsampling block.