Public Member Functions
InferenceEngine::Builder::PReLULayer Class Reference

The class represents a builder for PReLU layer. More...

#include <ie_prelu_layer.hpp>

Inheritance diagram for InferenceEngine::Builder::PReLULayer:
Inheritance graph
[legend]
Collaboration diagram for InferenceEngine::Builder::PReLULayer:
Collaboration graph
[legend]

Public Member Functions

 PReLULayer (const std::string &name="")
 The constructor creates a builder with the name. More...
 
 PReLULayer (const Layer::Ptr &layer)
 The constructor creates a builder from generic builder. More...
 
 PReLULayer (const Layer::CPtr &layer)
 The constructor creates a builder from generic builder. More...
 
PReLULayersetName (const std::string &name)
 Sets the name for the layer. More...
 
const PortgetPort () const
 Returns port with shapes for the layer. More...
 
PReLULayersetPort (const Port &port)
 Sets port shapes for the layer. More...
 
bool getChannelShared () const
 Returns channel shared flag. More...
 
PReLULayersetChannelShared (bool flag)
 Sets channel shared flag. 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...
 
LayerDecoratoroperator= (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::PtrgetLayer ()
 
const Layer::CPtr getLayer () const
 
void checkType (const std::string &type) const
 
- Protected Attributes inherited from InferenceEngine::Builder::LayerDecorator
Layer::CPtr cLayer
 

Detailed Description

The class represents a builder for PReLU layer.

Deprecated:
Use ngraph API instead.

Constructor & Destructor Documentation

§ PReLULayer() [1/3]

InferenceEngine::Builder::PReLULayer::PReLULayer ( const std::string &  name = "")
explicit

The constructor creates a builder with the name.

Parameters
nameLayer name

§ PReLULayer() [2/3]

InferenceEngine::Builder::PReLULayer::PReLULayer ( const Layer::Ptr layer)
explicit

The constructor creates a builder from generic builder.

Parameters
layerpointer to generic builder

§ PReLULayer() [3/3]

InferenceEngine::Builder::PReLULayer::PReLULayer ( const Layer::CPtr layer)
explicit

The constructor creates a builder from generic builder.

Parameters
layerconstant pointer to generic builder

Member Function Documentation

§ getChannelShared()

bool InferenceEngine::Builder::PReLULayer::getChannelShared ( ) const

Returns channel shared flag.

Returns
true if negative slope shared across channels

§ getPort()

const Port& InferenceEngine::Builder::PReLULayer::getPort ( ) const

Returns port with shapes for the layer.

Returns
Port with shapes

§ setChannelShared()

PReLULayer& InferenceEngine::Builder::PReLULayer::setChannelShared ( bool  flag)

Sets channel shared flag.

Parameters
flagtrue if negative slope shared across channels
Returns
reference to layer builder

§ setName()

PReLULayer& InferenceEngine::Builder::PReLULayer::setName ( const std::string &  name)

Sets the name for the layer.

Parameters
nameLayer name
Returns
reference to layer builder

§ setPort()

PReLULayer& InferenceEngine::Builder::PReLULayer::setPort ( const Port port)

Sets port shapes for the layer.

Parameters
portPort with shapes
Returns
reference to layer builder

The documentation for this class was generated from the following file: