Module leaf::layer [] [src]

Provides the generics and interfaces for the specific Layers.

See Layers

Structs

Layer

The generic Layer

LayerConfig

Layer Configuration Struct

Enums

LayerType

The Layer Types

Traits

ComputeInputGradient

A Layer that can compute the gradient with respect to its input.

ComputeOutput

A Layer that can compute the output for a given input.

ComputeParametersGradient

A Layer that can compute the gradient with respect to its parameters (= weights, bias, etc.).

ILayer

A Layer in a Neural Network that can handle forward and backward of a computation step.