22 #ifndef __NEURAL_NETWORKS_PREDICTION_TYPES_H__
23 #define __NEURAL_NETWORKS_PREDICTION_TYPES_H__
25 #include "algorithms/algorithm.h"
27 #include "data_management/data/data_serialize.h"
28 #include "services/daal_defines.h"
29 #include "algorithms/neural_networks/layers/layer_forward.h"
30 #include "algorithms/neural_networks/neural_networks_prediction_input.h"
31 #include "algorithms/neural_networks/neural_networks_prediction_result.h"
46 namespace neural_networks
daal::algorithms::neural_networks::prediction::feedforwardDense
Definition: neural_networks_prediction_types.h:60
daal
Definition: algorithm_base_common.h:31
daal::algorithms::neural_networks::prediction::Method
Method
Computation methods for the neural network model based prediction.
Definition: neural_networks_prediction_types.h:57
daal::algorithms::neural_networks::prediction::defaultDense
Definition: neural_networks_prediction_types.h:59
daal::algorithms::classifier::prediction::prediction
Definition: classifier_predict_types.h:76