48 #ifndef __NEURAL_NETWORKS_PREDICTION_TYPES_H__ 49 #define __NEURAL_NETWORKS_PREDICTION_TYPES_H__ 51 #include "algorithms/algorithm.h" 53 #include "data_management/data/data_serialize.h" 54 #include "services/daal_defines.h" 55 #include "algorithms/neural_networks/layers/layer_forward.h" 56 #include "algorithms/neural_networks/neural_networks_prediction_input.h" 57 #include "algorithms/neural_networks/neural_networks_prediction_result.h" 72 namespace neural_networks
daal
Definition: algorithm_base_common.h:57
daal::algorithms::neural_networks::prediction::feedforwardDense
Definition: neural_networks_prediction_types.h:86
daal::algorithms::neural_networks::prediction::prediction
Definition: neural_networks_prediction_result.h:79
daal::algorithms::neural_networks::prediction::defaultDense
Definition: neural_networks_prediction_types.h:85
daal::algorithms::neural_networks::prediction::Method
Method
Computation methods for the neural network model based prediction.
Definition: neural_networks_prediction_types.h:83