| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T> MatrixDiagV2<T> |
Ops.matrixDiagV2(Operand<T> diagonal,
Operand<Integer> k,
Operand<Integer> numRows,
Operand<Integer> numCols,
Operand<T> paddingValue)
Builds an
MatrixDiagV2 operation |
| Modifier and Type | Method and Description |
|---|---|
static <T> MatrixDiagV2<T> |
MatrixDiagV2.create(Scope scope,
Operand<T> diagonal,
Operand<Integer> k,
Operand<Integer> numRows,
Operand<Integer> numCols,
Operand<T> paddingValue)
Factory method to create a class wrapping a new MatrixDiagV2 operation.
|
Copyright © 2015–2019. All rights reserved.