ADAM.adam_op3

Undocumented in source. Be warned that the author may not have intended to support it.
class ADAM
version(LDC)
pragma(inline, true) static pure
@fastmath
void
adam_op3
(
float[] row_W
,
float[] row_S
,
float[] row_M
,
float beta1_
,
float beta2_
,
float eps_
,
float lr_
)

Meta