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