![]() |
AIfES 2
2.0.0
|
Caicore_layertype | Type indicator of the layer |
Caicore_losstype | Type indicator of the loss to check for the loss type |
Caicore_optitype | Type indicator of the optimizer to check for the optimizer type |
Cailayer | AIfES layer interface |
Cailayer_dense | General Dense layer structure |
Cailayer_elu | General ELU layer struct |
Cailayer_elu_f32 | Data-type specific ELU layer struct for F32 |
Cailayer_input | General Input layer structure |
Cailayer_leaky_relu | General Leaky ReLU layer struct |
Cailayer_leaky_relu_f32 | Data-type specific Leaky ReLU layer struct for F32 |
Cailayer_relu | General ReLU layer struct |
Cailayer_sigmoid | General Sigmoid layer struct |
Cailayer_softmax | General Softmax layer struct |
Cailayer_softsign | General Softsign layer struct |
Cailayer_tanh | General Tanh layer struct |
Cailayer_template | Template for general AIfES layers |
Cailoss | AIfES loss interface |
Cailoss_crossentropy | General Cross-Entropy loss struct |
Cailoss_mse | General Mean Squared Error (MSE) loss struct |
Caimath_dtype | Indicator for the used datatype |
Caimodel | AIfES artificial neural network model |
Caiopti | AIfES optimizer interface |
Caiopti_adam | General Adam optimizer struct |
Caiopti_adam_f32 | Data-type specific Adam optimizer struct for F32 |
Caiopti_adam_momentums | Struct for the momentum tensors of an Adam optimizer |
Caiopti_sgd | General Stochastic Gradient Descent (SGD) optimizer struct |
Caiopti_sgd_f32 | Data-type specific SGD optimizer struct for F32 |
Caitensor | A tensor in AIfES |