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