Class Equal.Inputs<T extends TType>

java.lang.Object
org.tensorflow.op.RawOpInputs<Equal>
org.tensorflow.op.math.Equal.Inputs<T>
Enclosing class:
Equal

public static class Equal.Inputs<T extends TType> extends RawOpInputs<Equal>
  • Field Details

    • x

      public final Operand<T extends TType> x
      The x input
    • y

      public final Operand<T extends TType> y
      The y input
    • T

      public final DataType T
      The T attribute
    • incompatibleShapeError

      public final boolean incompatibleShapeError
      The incompatibleShapeError attribute
  • Constructor Details