Package deepboof.graph
Interface TensorMerger<T extends Tensor<T>>
public interface TensorMerger<T extends Tensor<T>>
Merged multiple input tensors into a single output which can be processed by a
Function.-
Method Summary
Modifier and Type Method Description voidcombine(List<T> inputs, T output)int[]getOutputShape()voidinitialize(List<int[]> inputShapes)
-
Method Details
-
initialize
-
combine
-
getOutputShape
int[] getOutputShape()
-