public static class ApplyAdagrad.Options extends Object
ApplyAdagrad| Modifier and Type | Method and Description |
|---|---|
ApplyAdagrad.Options |
updateSlots(Boolean updateSlots) |
ApplyAdagrad.Options |
useLocking(Boolean useLocking) |
public ApplyAdagrad.Options useLocking(Boolean useLocking)
useLocking - If `True`, updating of the var and accum tensors will be protected
by a lock; otherwise the behavior is undefined, but may exhibit less
contention.public ApplyAdagrad.Options updateSlots(Boolean updateSlots)
updateSlots - Copyright © 2015–2019. All rights reserved.