Package deepboof.graph
Class Node<T extends Tensor<T>,F extends Function<T>>
java.lang.Object
deepboof.graph.Node<T,F>
public class Node<T extends Tensor<T>,F extends Function<T>> extends Object
Node in a network graph which describes the network's processing sequence.
If there are multiple sources a
TensorMerger must be provided. A function can
only process one input.-
Field Summary
Fields Modifier and Type Field Description TensorMerger<T>combineOperation for combining multiple input sources togetherFfunctionFunction for this nodeStringnameUnique identifier for this functionList<InputAddress>sourcesSpecifies locations of inputs to this function -
Constructor Summary
Constructors Constructor Description Node() -
Method Summary
-
Field Details
-
sources
Specifies locations of inputs to this function -
name
Unique identifier for this function -
combine
Operation for combining multiple input sources together -
function
Function for this node
-
-
Constructor Details
-
Node
public Node()
-