Layer.this

Constructs a new layer.

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

Parameters

deps
Type: Layer[]

Other Layer objects that this layer depends on.

outExpr
Type: Operation

The output expression to use at test time.

trainOutExpr
Type: Operation

The output expression to use at train time.

params
Type: Parameter[]

Any parameters managed by this layer.

Meta