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(java.util.List<T> inputs, T output)int[]getOutputShape()voidinitialize(java.util.List<int[]> inputShapes)
-
Method Details
-
initialize
void initialize(java.util.List<int[]> inputShapes) -
combine
-
getOutputShape
int[] getOutputShape()
-