ParamInitializer

Used to initialize a parameter in the neural network.

The param parameter will contain an Operation representing a variable. The ParamInitializer will set the default value of this variable according to some parameter initialisation scheme.

alias ParamInitializer = void delegate(
Operation param
)

Meta