T - data type for e() output@Operator(group="linalg") public final class BatchSelfAdjointEig<T extends Number> extends PrimitiveOp
| Modifier and Type | Class and Description |
|---|---|
static class |
BatchSelfAdjointEig.Options
Optional attributes for
BatchSelfAdjointEig |
operation| Modifier and Type | Method and Description |
|---|---|
static BatchSelfAdjointEig.Options |
computeV(Boolean computeV) |
static <T extends Number> |
create(Scope scope,
Operand<T> input,
BatchSelfAdjointEig.Options... options)
Factory method to create a class wrapping a new BatchSelfAdjointEig operation.
|
Output<T> |
e() |
Output<T> |
v() |
equals, hashCode, op, toStringpublic static <T extends Number> BatchSelfAdjointEig<T> create(Scope scope, Operand<T> input, BatchSelfAdjointEig.Options... options)
scope - current scopeinput - options - carries optional attributes valuespublic static BatchSelfAdjointEig.Options computeV(Boolean computeV)
computeV - Copyright © 2015–2019. All rights reserved.