| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T> Svd<T> |
Ops.svd(Operand<T> input,
Svd.Options... options)
Adds an
Svd operation to the graph |
| 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 to wrap a new Svd operation to the graph.
|
Copyright © 2015–2019. All rights reserved.