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