24 #ifndef __NEURAL_NETWORKS_PREDICTION_TYPES_H__
25 #define __NEURAL_NETWORKS_PREDICTION_TYPES_H__
27 #include "algorithms/algorithm.h"
29 #include "data_management/data/data_serialize.h"
30 #include "services/daal_defines.h"
31 #include "algorithms/neural_networks/layers/layer_forward.h"
32 #include "algorithms/neural_networks/neural_networks_prediction_input.h"
33 #include "algorithms/neural_networks/neural_networks_prediction_result.h"
48 namespace neural_networks
daal::algorithms::neural_networks::prediction::prediction
Definition: neural_networks_prediction_result.h:55
daal::algorithms::neural_networks::prediction::Method
Method
Computation methods for the neural network model based prediction.
Definition: neural_networks_prediction_types.h:59
daal::algorithms::neural_networks::prediction::defaultDense
Definition: neural_networks_prediction_types.h:61
daal::algorithms::neural_networks::prediction::feedforwardDense
Definition: neural_networks_prediction_types.h:62