AdaGrad.ada_op2

Undocumented in source. Be warned that the author may not have intended to support it.
class AdaGrad
version(LDC)
pragma(inline, true) static pure
@fastmath
void
ada_op2
(
float[] row
,
float[] g
,
float[] sg
,
float lr_
,
float eps_
)

Meta