Layer.this

Constructs a new layer.

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

Parameters

deps Layer[]

Other Layer objects that this layer depends on.

outExpr Operation

The output expression to use at test time.

trainOutExpr Operation

The output expression to use at train time.

params Parameter[]

Any parameters managed by this layer.

Meta