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, 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 Details

    • PrimitiveTensorFunction

      public PrimitiveTensorFunction()