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;
96 typedef algorithms::neural_networks::layers::loss::forward::Input InputType;
97 typedef algorithms::neural_networks::layers::loss::forward::Result ResultType;
111 Batch(
const Batch &other)
122 services::SharedPtr<Batch > clone()
const 124 return services::SharedPtr<Batch >(cloneImpl());
128 virtual Batch *cloneImpl()
const DAAL_C11_OVERRIDE = 0;
135 using interface1::Batch;
daal::algorithms::neural_networks::layers::loss::forward::interface1::Batch::Batch
Batch()
Definition: loss_layer_forward.h:100
daal
Definition: algorithm_base_common.h:57
daal::algorithms::neural_networks::layers::forward::interface1::LayerIface
Abstract class which defines interface for the layer.
Definition: layer_forward.h:86
daal::algorithms::neural_networks::layers::loss::forward::interface1::Result
Provides methods to access the result obtained with the compute() method of the forward loss layer...
Definition: loss_layer_forward_types.h:150
daal::algorithms::neural_networks::layers::loss::forward::interface1::Batch::Batch
Batch(const Batch &other)
Definition: loss_layer_forward.h:111
daal::algorithms::neural_networks::layers::loss::forward::interface1::Batch::clone
services::SharedPtr< Batch > clone() const
Definition: loss_layer_forward.h:122
daal::services::interface1::SharedPtr
Shared pointer that retains shared ownership of an object through a pointer. Several SharedPtr object...
Definition: daal_shared_ptr.h:187
daal::algorithms::neural_networks::layers::forward::interface1::Result
Provides methods to access the result obtained with the compute() method of the layer algorithm...
Definition: layer_forward_types.h:241
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
daal::algorithms::neural_networks::layers::forward::interface1::LayerIfaceImpl
Implements the abstract interface LayerIface. LayerIfaceImpl is, in turn, the base class for the clas...
Definition: layer_forward.h:169