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