Construct a DAGNetwork with the given inputs and outputs.
The inputs to the network. This will usually contain a single Operation representing a batch of feature vectors.
The outputs (i.e., predictions) of the network.
See Implementation
Construct a DAGNetwork with the given inputs and outputs.