48 #ifndef __LOSS_LAYER_H__ 49 #define __LOSS_LAYER_H__ 51 #include "algorithms/algorithm.h" 52 #include "data_management/data/tensor.h" 53 #include "services/daal_defines.h" 54 #include "algorithms/neural_networks/layers/layer.h" 55 #include "algorithms/neural_networks/layers/loss/loss_layer_forward.h" 56 #include "algorithms/neural_networks/layers/loss/loss_layer_backward.h" 62 namespace neural_networks
92 class Batch :
public LayerIface
101 using interface1::Batch;
daal::algorithms::neural_networks::layers::loss::interface1::Batch::Batch
Batch()
Definition: loss_layer.h:96
daal
Definition: algorithm_base_common.h:57
daal::algorithms::neural_networks::layers::interface1::LayerIface
Abstract class that specifies the interface of layer.
Definition: layer.h:83
daal::algorithms::neural_networks::layers::loss::interface1::Batch
Provides methods for the loss layer in the batch processing mode.
Definition: loss_layer.h:92