49 #ifndef __INITIALIZERS__TYPES__DEFS__H__ 50 #define __INITIALIZERS__TYPES__DEFS__H__ 56 namespace neural_networks
65 typedef services::SharedPtr<LayerIface> LayerIfacePtr;
67 using interface1::LayerIface;
68 using interface1::LayerIfacePtr;
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::services::interface1::SharedPtr
Shared pointer that retains shared ownership of an object through a pointer. Several SharedPtr object...
Definition: daal_shared_ptr.h:187