24 #ifndef __NEURAL_NETWORKS_PREDICTION_INPUT_H__
25 #define __NEURAL_NETWORKS_PREDICTION_INPUT_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/neural_networks_prediction_model.h"
40 namespace neural_networks
56 lastTensorInputId = data
66 model = lastTensorInputId + 1,
67 lastModelInputId = model
80 class DAAL_EXPORT Input :
public daal::algorithms::Input
90 Input(
const Input& other);
103 DAAL_DEPRECATED data_management::TensorPtr
get(TensorInputId id)
const;
111 DAAL_DEPRECATED
void set(TensorInputId
id,
const data_management::TensorPtr &value);
119 DAAL_DEPRECATED ModelPtr
get(ModelInputId id)
const;
127 DAAL_DEPRECATED
void set(ModelInputId
id,
const ModelPtr &value);
137 DAAL_DEPRECATED services::Status check(
const daal::algorithms::Parameter *par,
int method)
const DAAL_C11_OVERRIDE;
140 using interface1::Input;
daal::algorithms::neural_networks::prediction::TensorInputId
TensorInputId
Definition: neural_networks_prediction_input.h:53
daal::algorithms::neural_networks::prediction::prediction
Definition: neural_networks_prediction_result.h:55
daal::algorithms::neural_networks::prediction::interface1::Input
Input objects of the neural networks prediction algorithm.
Definition: neural_networks_prediction_input.h:80
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:64
daal::algorithms::neural_networks::prediction::data
Definition: neural_networks_prediction_input.h:55
daal::algorithms::math::abs::value
Definition: abs_types.h:88
daal::algorithms::neural_networks::prediction::model
Definition: neural_networks_prediction_input.h:66