T - data type for s() outputOp@Operator(group="linalg") public final class BatchSvd<T> extends PrimitiveOp
| Modifier and Type | Class | Description |
|---|---|---|
static class |
BatchSvd.Options |
Optional attributes for
BatchSvd |
operation| Modifier and Type | Method | Description |
|---|---|---|
static BatchSvd.Options |
computeUv(java.lang.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(java.lang.Boolean fullMatrices) |
|
Output<T> |
s() |
|
Output<T> |
u() |
|
Output<T> |
v() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitequals, 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(java.lang.Boolean computeUv)
computeUv - public static BatchSvd.Options fullMatrices(java.lang.Boolean fullMatrices)
fullMatrices -