AIfES 2  2.0.0
aiopti_sgd_f32 Struct Reference

Data-type specific SGD optimizer struct for F32 . More...

#include <aiopti_sgd_default.h>

Data Fields

aiopti_sgd_t base
 Inherited field members from general aiopti_sgd struct.
 
aiscalar_f32_t learning_rate
 Storage for aiopti.learning_rate scalar in F32.
 
aiscalar_f32_t momentum
 Storage for aiopti_sgd.momentum scalar in F32.
 

Detailed Description

Data-type specific SGD optimizer struct for F32 .

Adds data fields for the learning rate and the momentum in F32 to the base implementation.


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