| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.linalg |
| Modifier and Type | Method and Description |
|---|---|
<T> Svd<T> |
LinalgOps.svd(Operand<T> input,
Svd.Options... options)
Builds an
Svd operation |
| Modifier and Type | Method and Description |
|---|---|
static <T> Svd<T> |
Svd.create(Scope scope,
Operand<T> input,
Svd.Options... options)
Factory method to create a class wrapping a new Svd operation.
|
Copyright © 2015–2019. All rights reserved.