| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.ResourceSparseApplyProximalGradientDescent.Attrs |
tensorflow.ResourceSparseApplyProximalGradientDescent.Attrs.position(long position) |
tensorflow.ResourceSparseApplyProximalGradientDescent.Attrs |
tensorflow.ResourceSparseApplyProximalGradientDescent.Attrs.use_locking_(boolean use_locking_) |
static tensorflow.ResourceSparseApplyProximalGradientDescent.Attrs |
tensorflow.ResourceSparseApplyProximalGradientDescent.UseLocking(boolean x) |
tensorflow.ResourceSparseApplyProximalGradientDescent.Attrs |
tensorflow.ResourceSparseApplyProximalGradientDescent.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 |
|---|
ResourceSparseApplyProximalGradientDescent(tensorflow.Scope scope,
tensorflow.Input var,
tensorflow.Input alpha,
tensorflow.Input l1,
tensorflow.Input l2,
tensorflow.Input grad,
tensorflow.Input indices,
tensorflow.ResourceSparseApplyProximalGradientDescent.Attrs attrs) |
Copyright © 2019. All rights reserved.