48 #ifndef __LOSS_LAYER_FORWARD_H__
49 #define __LOSS_LAYER_FORWARD_H__
51 #include "algorithms/algorithm.h"
52 #include "services/daal_defines.h"
53 #include "algorithms/neural_networks/layers/layer.h"
54 #include "algorithms/neural_networks/layers/loss/loss_layer_forward_types.h"
60 namespace neural_networks
91 class Batch :
public layers::forward::LayerIfaceImpl
94 typedef layers::forward::LayerIfaceImpl super;
107 Batch(
const Batch &other)
118 services::SharedPtr<Batch > clone()
const
120 return services::SharedPtr<Batch >(cloneImpl());
124 virtual Batch *cloneImpl() const DAAL_C11_OVERRIDE = 0;
131 using interface1::Batch;
daal::algorithms::neural_networks::layers::loss::forward::interface1::Batch::Batch
Batch()
Definition: loss_layer_forward.h:96
daal
Definition: algorithm_base_common.h:57
daal::algorithms::neural_networks::layers::loss::forward::interface1::Batch::clone
services::SharedPtr< Batch > clone() const
Definition: loss_layer_forward.h:118
daal::algorithms::neural_networks::layers::loss::forward::interface1::Batch::Batch
Batch(const Batch &other)
Definition: loss_layer_forward.h:107
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:91