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 java.lang.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 nodejava.lang.StringnameUnique identifier for this functionjava.util.List<InputAddress>sourcesSpecifies locations of inputs to this function -
Constructor Summary
Constructors Constructor Description Node() -
Method Summary