| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.SparseApplyProximalGradientDescent.Attrs |
tensorflow.SparseApplyProximalGradientDescent.Attrs.position(long position) |
tensorflow.SparseApplyProximalGradientDescent.Attrs |
tensorflow.SparseApplyProximalGradientDescent.Attrs.use_locking_(boolean use_locking_) |
static tensorflow.SparseApplyProximalGradientDescent.Attrs |
tensorflow.SparseApplyProximalGradientDescent.UseLocking(boolean x) |
tensorflow.SparseApplyProximalGradientDescent.Attrs |
tensorflow.SparseApplyProximalGradientDescent.Attrs.UseLocking(boolean x)
If True, the subtraction will be protected by a lock;
otherwise the behavior is undefined, but may exhibit less contention.
|
| Constructor and Description |
|---|
SparseApplyProximalGradientDescent(tensorflow.Scope scope,
tensorflow.Input var,
tensorflow.Input alpha,
tensorflow.Input l1,
tensorflow.Input l2,
tensorflow.Input grad,
tensorflow.Input indices,
tensorflow.SparseApplyProximalGradientDescent.Attrs attrs) |
Copyright © 2019. All rights reserved.