summaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/com/yahoo/tensor/functions/CompositeTensorFunction.java
blob: fa4a70d264a0f6d96478d18016764b0f1099747f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
package com.yahoo.tensor.functions;

/**
 * A composite tensor function is a tensor function which can be expressed (less tersely)
 * as a tree of primitive tensor functions.
 * 
 * @author bratseth
 */
public abstract class CompositeTensorFunction {

}