Constructs a AdamWeightDecayOptimizer.
(self,
learning_rate,
weight_decay_rate=0.0,
beta_1=0.9,
beta_2=0.999,
epsilon=1e-6,
exclude_from_weight_decay=None,
name="AdamWeightDecayOptimizer")
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected