Class ApplyFtrl.Options
java.lang.Object
org.tensorflow.op.train.ApplyFtrl.Options
-
Method Summary
Modifier and TypeMethodDescriptionmultiplyLinearByLr(Boolean multiplyLinearByLr) Sets the multiplyLinearByLr option.useLocking(Boolean useLocking) Sets the useLocking option.
-
Method Details
-
useLocking
Sets the useLocking option.- Parameters:
useLocking- IfTrue, updating of the var and accum tensors will be protected by a lock; otherwise the behavior is undefined, but may exhibit less contention.- Returns:
- this Options instance.
-
multiplyLinearByLr
Sets the multiplyLinearByLr option.- Parameters:
multiplyLinearByLr- the multiplyLinearByLr option- Returns:
- this Options instance.
-