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