ADAM.adam_op

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_op
(
float[] row
,
float beta
,
float[] g
)

Meta