| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Svd.Attrs |
tensorflow.Svd.Attrs.compute_uv_(boolean compute_uv_) |
static tensorflow.Svd.Attrs |
tensorflow.Svd.ComputeUv(boolean x) |
tensorflow.Svd.Attrs |
tensorflow.Svd.Attrs.ComputeUv(boolean x)
If true, left and right singular vectors will be
computed and returned in
u and v, respectively. |
tensorflow.Svd.Attrs |
tensorflow.Svd.Attrs.full_matrices_(boolean full_matrices_) |
static tensorflow.Svd.Attrs |
tensorflow.Svd.FullMatrices(boolean x) |
tensorflow.Svd.Attrs |
tensorflow.Svd.Attrs.FullMatrices(boolean x)
If true, compute full-sized
u and v. |
tensorflow.Svd.Attrs |
tensorflow.Svd.Attrs.position(long position) |
| Constructor and Description |
|---|
Svd(tensorflow.Scope scope,
tensorflow.Input input,
tensorflow.Svd.Attrs attrs) |
Copyright © 2019. All rights reserved.