Package deepboof.graph
Class Node<T extends Tensor<T>,F extends Function<T>>
java.lang.Object
deepboof.graph.Node<T,F>
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
FieldsModifier and TypeFieldDescriptionOperation for combining multiple input sources togetherFunction for this nodeUnique identifier for this functionSpecifies locations of inputs to this function -
Constructor Summary
Constructors -
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()
-