48 #ifndef __LOSS_LAYER_BACKWARD_TYPES_H__ 49 #define __LOSS_LAYER_BACKWARD_TYPES_H__ 51 #include "algorithms/algorithm.h" 52 #include "data_management/data/tensor.h" 53 #include "data_management/data/homogen_tensor.h" 54 #include "services/daal_defines.h" 55 #include "algorithms/neural_networks/layers/layer_backward_types.h" 61 namespace neural_networks
87 class DAAL_EXPORT Input :
public layers::backward::Input
90 typedef layers::backward::Input super;
95 Input(
const Input& other);
102 using layers::backward::Input::get;
107 using layers::backward::Input::set;
116 services::Status check(
const daal::algorithms::Parameter *par,
int method)
const DAAL_C11_OVERRIDE;
124 class DAAL_EXPORT Result :
public layers::backward::Result
130 virtual ~Result() {};
135 using layers::backward::Result::get;
140 using layers::backward::Result::set;
150 services::Status check(
const daal::algorithms::Input *input,
const daal::algorithms::Parameter *par,
int method)
const DAAL_C11_OVERRIDE;
153 using interface1::Input;
154 using interface1::Result;
daal::services::interface1::Status
Class that holds the results of API calls. In case of API routine failure it contains the list of err...
Definition: error_handling.h:491
daal
Definition: algorithm_base_common.h:57
daal::algorithms::neural_networks::layers::loss::backward::interface1::Result
Provides methods to access the result obtained with the compute() method of the backward loss layer...
Definition: loss_layer_backward_types.h:124
daal::algorithms::neural_networks::layers::backward::interface1::Result::get
data_management::TensorPtr get(ResultId id) const
daal::algorithms::interface1::Parameter
Base class to represent computation parameters. Algorithm-specific parameters are represented as deri...
Definition: algorithm_types.h:86
daal::algorithms::neural_networks::layers::backward::interface1::Result
Provides methods to access the result obtained with the compute() method of the layer algorithm...
Definition: layer_backward_types.h:224
daal::algorithms::neural_networks::layers::backward::interface1::Result::set
void set(ResultId id, const data_management::TensorPtr &ptr)