getExecOutput: Returns the execution output of the layer from the '>DArch
object
Description
Returns the execution output of the layer by the given index
. If the
index is not set, the output of the last layer will be returned.
Usage
getExecOutput(darch, index = 1)
Arguments
darch
A instance of the class '>DArch
.
Value
The output array of the layer.