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