| Interface | Description |
|---|---|
| TensorMerger<T extends Tensor<T>> |
Merged multiple input tensors into a single output which can be processed by a
Function. |
| Class | Description |
|---|---|
| FunctionSequence<T extends Tensor<T>,F extends Function<T>> |
Processes a sequence of forward functions.
|
| InputAddress |
Address which points to the input of a node
|
| Node<T extends Tensor<T>,F extends Function<T>> |
Node in a network graph which describes the network's processing sequence.
|
| SequenceForwardOrder |
Orders an unsorted list of nodes so that they can be processed in sequence and have all of their dependencies meet
prior to being invoked.
|
| SequenceForwardOrder.NodeData |