The class represents a builder for ELU layer. More...
#include <ie_elu_layer.hpp>


Public Member Functions | |
| ELULayer (const std::string &name="") | |
| The constructor creates a builder with the name. More... | |
| ELULayer (const Layer::Ptr &layer) | |
| The constructor creates a builder from generic builder. More... | |
| ELULayer (const Layer::CPtr &layer) | |
| The constructor creates a builder from generic builder. More... | |
| ELULayer & | setName (const std::string &name) |
| Sets the name for the layer. More... | |
| const Port & | getPort () const |
| Returns port with shapes for the layer. More... | |
| ELULayer & | setPort (const Port &port) |
| Sets port shapes for the layer. More... | |
| float | getAlpha () const |
| Returns alpha. More... | |
| ELULayer & | setAlpha (float alpha) |
| Sets alpha. More... | |
Public Member Functions inherited from InferenceEngine::Builder::LayerDecorator | |
| LayerDecorator (const std::string &type, const std::string &name) | |
| The constructor creates layer builders with layer type and layer name. More... | |
| LayerDecorator (const Layer::Ptr &layer) | |
| The constructor creates layer builders from reference to generic layer builder. More... | |
| LayerDecorator (const Layer::CPtr &layer) | |
| The constructor creates layer builders from reference to generic layer builder. More... | |
| LayerDecorator (const LayerDecorator &rval) | |
| The copy constructor. More... | |
| LayerDecorator & | operator= (const LayerDecorator &rval) |
| Copy operator for LayerDecorator. More... | |
| virtual | ~LayerDecorator ()=default |
| Virtual destructor. | |
| virtual | operator Layer () const |
| The operator creates generic builder. More... | |
| virtual | operator Layer::Ptr () |
| The operator creates generic builder. More... | |
| virtual | operator Layer::CPtr () const |
| The operator creates generic builder. More... | |
| const std::string & | getType () const |
| Returns layer type. More... | |
| const std::string & | getName () const |
| Returns layer name. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from InferenceEngine::Builder::LayerDecorator | |
| Layer::Ptr & | getLayer () |
| const Layer::CPtr | getLayer () const |
| void | checkType (const std::string &type) const |
Protected Attributes inherited from InferenceEngine::Builder::LayerDecorator | |
| Layer::CPtr | cLayer |
The class represents a builder for ELU layer.
|
explicit |
The constructor creates a builder with the name.
| name | Layer name |
|
explicit |
The constructor creates a builder from generic builder.
| layer | pointer to generic builder |
|
explicit |
The constructor creates a builder from generic builder.
| layer | constant pointer to generic builder |
| float InferenceEngine::Builder::ELULayer::getAlpha | ( | ) | const |
Returns alpha.
| const Port& InferenceEngine::Builder::ELULayer::getPort | ( | ) | const |
Returns port with shapes for the layer.
| ELULayer& InferenceEngine::Builder::ELULayer::setAlpha | ( | float | alpha | ) |
Sets alpha.
| alpha | Alpha |
| ELULayer& InferenceEngine::Builder::ELULayer::setName | ( | const std::string & | name | ) |