AdaDelta.this

struct AdaDelta(Chain)
this
(
ref Chain target
,
float lr = 1.0
,
float rho = 0.95
,
float eps = 1e-8
)

Meta