Package com.yahoo.tensor.functions
Class PrimitiveTensorFunction<NAMETYPE extends Name>
java.lang.Object
com.yahoo.tensor.functions.TensorFunction<NAMETYPE>
com.yahoo.tensor.functions.PrimitiveTensorFunction<NAMETYPE>
- Direct Known Subclasses:
CellCast,Concat,ConstantTensor,DynamicTensor,Generate,Join,Map,MapSubspaces,Merge,Reduce,Rename,Slice,VariableTensor
public abstract class PrimitiveTensorFunction<NAMETYPE extends Name>
extends TensorFunction<NAMETYPE>
A primitive tensor function is a tensor function which cannot be expressed in terms of other tensor functions.
All tensor implementations must implement all primitive tensor functions.
Primitive tensor functions are fully inspectable.
- Author:
- bratseth
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.yahoo.tensor.functions.TensorFunction
arguments, asScalarFunction, evaluate, evaluate, hashCode, toPrimitive, toString, toString, type, withArguments, withTransformedFunctions
-
Constructor Details
-
PrimitiveTensorFunction
public PrimitiveTensorFunction()
-