public class Node<T extends Tensor<T>,F extends Function<T>>
extends java.lang.Object
TensorMerger must be provided. A function can
only process one input.| Modifier and Type | Field and Description |
|---|---|
TensorMerger<T> |
combine
Operation for combining multiple input sources together
|
F |
function
Function for this node
|
java.lang.String |
name
Unique identifier for this function
|
java.util.List<InputAddress> |
sources
Specifies locations of inputs to this function
|
| Constructor and Description |
|---|
Node() |
public java.util.List<InputAddress> sources
public java.lang.String name
public TensorMerger<T extends Tensor<T>> combine