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