C# Class Neuromatic.Initializers.InitializationFunction

Defines a function used to initialize variables in the model. For example, this is used in initializing weights and bias terms within layers.
Afficher le fichier Open project: wmeints/Neuromatic

Méthodes publiques

Méthode Description
Compile ( TFGraph graph, TFShape shape ) : TFOutput

Compiles the initialization function

Method Details

Compile() public abstract méthode

Compiles the initialization function
public abstract Compile ( TFGraph graph, TFShape shape ) : TFOutput
graph TFGraph Tensorflow graph to use for creating the initialization function
shape TFShape The shape of the variable to initialize
Résultat TFOutput