DAGNetwork.this

Construct a DAGNetwork with the given inputs and outputs.

class DAGNetwork
this
(
Operation[] inputs
,
Layer[] outputs
)

Parameters

inputs
Type: Operation[]

The inputs to the network. This will usually contain a single Operation representing a batch of feature vectors.

outputs
Type: Layer[]

The outputs (i.e., predictions) of the network.

Meta