Method | Description | |
---|---|---|
Compile ( TFGraph graph, TFShape shape ) : TFOutput |
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 |
return | TFOutput |