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