| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.ApplyAdam.Attrs |
tensorflow.ApplyAdam.Attrs.position(long position) |
tensorflow.ApplyAdam.Attrs |
tensorflow.ApplyAdam.Attrs.use_locking_(boolean use_locking_) |
tensorflow.ApplyAdam.Attrs |
tensorflow.ApplyAdam.Attrs.use_nesterov_(boolean use_nesterov_) |
static tensorflow.ApplyAdam.Attrs |
tensorflow.ApplyAdam.UseLocking(boolean x) |
tensorflow.ApplyAdam.Attrs |
tensorflow.ApplyAdam.Attrs.UseLocking(boolean x)
If
True, updating of the var, m, and v tensors will be protected
by a lock; otherwise the behavior is undefined, but may exhibit less
contention. |
static tensorflow.ApplyAdam.Attrs |
tensorflow.ApplyAdam.UseNesterov(boolean x) |
tensorflow.ApplyAdam.Attrs |
tensorflow.ApplyAdam.Attrs.UseNesterov(boolean x)
If
True, uses the nesterov update. |
| Constructor and Description |
|---|
ApplyAdam(tensorflow.Scope scope,
tensorflow.Input var,
tensorflow.Input m,
tensorflow.Input v,
tensorflow.Input beta1_power,
tensorflow.Input beta2_power,
tensorflow.Input lr,
tensorflow.Input beta1,
tensorflow.Input beta2,
tensorflow.Input epsilon,
tensorflow.Input grad,
tensorflow.ApplyAdam.Attrs attrs) |
Copyright © 2019. All rights reserved.