java.lang.Object
org.apache.wayang.basic.model.op.Op
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ArgMax, BatchNorm, Cast, Conv, ConvLSTM2D, CrossEntropyLoss, Eq, Get, Input, Linear, Mean, MSELoss, ReLU, Reshape, Sigmoid, Slice, Softmax, Transpose, ZeroLike

public abstract class Op extends Object implements Serializable
See Also:
  • Field Details

    • id

      protected final int id
    • name

      protected final String name
    • fromList

      protected final List<Op> fromList
    • dType

      protected final Op.DType dType
  • Constructor Details

  • Method Details

    • getId

      public int getId()
    • getName

      public String getName()
    • getDType

      public Op.DType getDType()
    • getFromList

      public List<Op> getFromList()
    • with

      public Op with(Op... ops)
    • inputsRequired

      public abstract int inputsRequired()