C# Класс 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.
Показать файл Открыть проект

Открытые методы

Метод Описание
Compile ( TFGraph graph, TFShape shape ) : TFOutput

Compiles the initialization function

Описание методов

Compile() публичный абстрактный Метод

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
Результат TFOutput