| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T> SelfAdjointEig<T> |
Ops.selfAdjointEig(Operand<T> input,
SelfAdjointEig.Options... options)
Adds an
SelfAdjointEig operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static SelfAdjointEig.Options |
SelfAdjointEig.computeV(Boolean computeV) |
SelfAdjointEig.Options |
SelfAdjointEig.Options.computeV(Boolean computeV) |
| Modifier and Type | Method and Description |
|---|---|
static <T> SelfAdjointEig<T> |
SelfAdjointEig.create(Scope scope,
Operand<T> input,
SelfAdjointEig.Options... options)
Factory method to create a class to wrap a new SelfAdjointEig operation to the graph.
|
Copyright © 2015–2019. All rights reserved.