AIfES 2  2.0.0
aiopti_adam_momentums Struct Reference

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.
 

Detailed Description

Struct for the momentum tensors of an Adam optimizer.

This structure is made for easy access of the momentum tensors on the optimization memory.


The documentation for this struct was generated from the following file: