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