Class MatrixDiagPart.Inputs<T extends TType>
- Enclosing class:
MatrixDiagPart<T extends TType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class RawOpInputs
attributeMetadata, attributeNames, attributes, attributeValue, attributeValues, equals, getOutputs, hashCode, toString
-
Field Details
-
input
-
k
Diagonal offset(s). Positive value means superdiagonal, 0 refers to the main diagonal, and negative value means subdiagonals.kcan 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 thank[1]. -
paddingValue
-
T
The T attribute
-
-
Constructor Details
-
Inputs
-