24 #ifndef __LOSS_LAYER_FORWARD_H__
25 #define __LOSS_LAYER_FORWARD_H__
27 #include "algorithms/algorithm.h"
28 #include "services/daal_defines.h"
29 #include "algorithms/neural_networks/layers/layer.h"
30 #include "algorithms/neural_networks/layers/loss/loss_layer_forward_types.h"
36 namespace neural_networks
69 class Batch :
public layers::forward::LayerIfaceImpl
72 typedef layers::forward::LayerIfaceImpl super;
74 typedef algorithms::neural_networks::layers::loss::forward::Input InputType;
75 typedef algorithms::neural_networks::layers::loss::forward::Result ResultType;
93 Batch(
const Batch &other)
105 DAAL_DEPRECATED services::SharedPtr<Batch > clone()
const
107 return services::SharedPtr<Batch >(cloneImpl());
114 DAAL_DEPRECATED_VIRTUAL
virtual Batch *cloneImpl() const DAAL_C11_OVERRIDE = 0;
124 using interface1::Batch;
daal::algorithms::neural_networks::layers::loss::forward::interface1::Batch::clone
DAAL_DEPRECATED services::SharedPtr< Batch > clone() const
Definition: loss_layer_forward.h:105
daal::algorithms::neural_networks::layers::loss::forward::interface1::Batch::Batch
Batch(const Batch &other)
Definition: loss_layer_forward.h:93
daal::algorithms::neural_networks::layers::loss::forward::interface1::Batch::Batch
Batch()
Definition: loss_layer_forward.h:81
daal::algorithms::neural_networks::layers::loss::forward::interface1::Batch
Provides methods for the forward loss layer in the batch processing mode.
Definition: loss_layer_forward.h:69