AIfES 2
2.0.0
|
Struct for the momentum tensors of an Adam optimizer. More...
#include <aiopti_adam.h>
Data Fields | |
aitensor_t | m |
First momentum vector. | |
aitensor_t | v |
Second momentum vector. | |
Struct for the momentum tensors of an Adam optimizer.
This structure is made for easy access of the momentum tensors on the optimization memory.