Class PrimitiveTensorFunction

  • Direct Known Subclasses:
    Concat, ConstantTensor, Generate, Join, Map, Reduce, Rename, VariableTensor

    public abstract class PrimitiveTensorFunction
    extends TensorFunction
    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 Detail

      • PrimitiveTensorFunction

        public PrimitiveTensorFunction()