22 #ifndef __NEURAL_NETWORKS_PREDICTION_INPUT_H__
23 #define __NEURAL_NETWORKS_PREDICTION_INPUT_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/neural_networks_prediction_model.h"
38 namespace neural_networks
54 lastTensorInputId = data
64 model = lastTensorInputId + 1,
65 lastModelInputId = model
77 class DAAL_EXPORT Input :
public daal::algorithms::Input
81 Input(
const Input& other);
90 data_management::TensorPtr
get(TensorInputId id)
const;
97 void set(TensorInputId
id,
const data_management::TensorPtr &value);
104 ModelPtr
get(ModelInputId id)
const;
111 void set(ModelInputId
id,
const ModelPtr &value);
120 services::Status check(
const daal::algorithms::Parameter *par,
int method)
const DAAL_C11_OVERRIDE;
123 using interface1::Input;
daal
Definition: algorithm_base_common.h:31
daal::algorithms::neural_networks::prediction::ModelInputId
ModelInputId
Available identifiers of input Model objects in the prediction stage of the neural network algorithm...
Definition: neural_networks_prediction_input.h:62
daal::algorithms::neural_networks::prediction::TensorInputId
TensorInputId
Definition: neural_networks_prediction_input.h:51
daal::algorithms::neural_networks::prediction::model
Definition: neural_networks_prediction_input.h:64
daal::algorithms::neural_networks::prediction::data
Definition: neural_networks_prediction_input.h:53
daal::algorithms::classifier::prediction::prediction
Definition: classifier_predict_types.h:76
daal::algorithms::math::abs::value
Definition: abs_types.h:86