ae2f_docs
|
Go to the source code of this file.
Typedefs | |
typedef void | ae2f_AnnAct_t(ae2f_float_t *ret, ae2f_float_t x) |
Customisable activasion function type. | |
typedef void | ae2f_AnnLoss_t(ae2f_float_t *ret, const ae2f_float_t *out, const ae2f_float_t *goal, size_t index, size_t count) |
Specify the way of calculating loss. |
typedef void ae2f_AnnAct_t(ae2f_float_t *ret, ae2f_float_t x) |
typedef void ae2f_AnnLoss_t(ae2f_float_t *ret, const ae2f_float_t *out, const ae2f_float_t *goal, size_t index, size_t count) |