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