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