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.
파일 보기 프로젝트 열기: wmeints/Neuromatic

공개 메소드들

메소드 설명
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