Layer

Encapsulates the expressions and parameter information that defines a network layer.

Constructors

this
this(Layer[] deps, Operation outExpr, Operation trainOutExpr, Parameter[] params)

Constructs a new layer.

Members

Functions

deps
Layer[] deps()
Undocumented in source. Be warned that the author may not have intended to support it.
output
Operation output()
Undocumented in source. Be warned that the author may not have intended to support it.
params
Parameter[] params()
Undocumented in source. Be warned that the author may not have intended to support it.
trainOutput
Operation trainOutput()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta