| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.linalg |
| Modifier and Type | Method and Description |
|---|---|
<T> SelfAdjointEig<T> |
LinalgOps.selfAdjointEig(Operand<T> input,
SelfAdjointEig.Options... options)
Builds an
SelfAdjointEig operation |
| 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 wrapping a new SelfAdjointEig operation.
|
Copyright © 2015–2019. All rights reserved.