Class MatrixDiagPart.Inputs<T extends TType>

java.lang.Object
org.tensorflow.op.RawOpInputs<MatrixDiagPart<T>>
org.tensorflow.op.linalg.MatrixDiagPart.Inputs<T>
Enclosing class:
MatrixDiagPart<T extends TType>

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

    • input

      public final Operand<T extends TType> input
      Rank r tensor where r >= 2.
    • k

      public final Operand<TInt32> k
      Diagonal offset(s). Positive value means superdiagonal, 0 refers to the main diagonal, and negative value means subdiagonals. k can be a single integer (for a single diagonal) or a pair of integers specifying the low and high ends of a matrix band. k[0] must not be larger than k[1].
    • paddingValue

      public final Operand<T extends TType> paddingValue
      The value to fill the area outside the specified diagonal band with. Default is 0.
    • T

      public final DataType T
      The T attribute
  • Constructor Details