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

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

#include <ie_normalize_layer.hpp>

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

Public Member Functions

  NormalizeLayer (const std::string &name="")
  The constructor creates a builder with the name. More...
 
  NormalizeLayer (const Layer::Ptr &layer)
  The constructor creates a builder from generic builder. More...
 
  NormalizeLayer (const Layer::CPtr &layer)
  The constructor creates a builder from generic builder. More...
 
NormalizeLayer setName (const std::string &name)
  Sets the name for the layer. More...
 
const Port getPort () const
  Returns port with shapes for the layer. More...
 
NormalizeLayer setPort (const Port &port)
  Sets port shapes for the layer. More...
 
bool  getChannelShared () const
  Returns channel shared flag. More...
 
NormalizeLayer setChannelShared (bool acrossMap)
  Sets channel shared flag. More...
 
bool  getAcrossMaps () const
  Returns across maps. More...
 
NormalizeLayer setAcrossMaps (bool acrossMap)
  Sets across map. More...
 
float  getEpsilon () const
  Returns epsilon. More...
 
NormalizeLayer setEpsilon (float eps)
  Sets epsilon. 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
 

Detailed Description

The class represents a builder for Normalize layer.

Constructor & Destructor Documentation

§ NormalizeLayer() [1/3]

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

The constructor creates a builder with the name.

Parameters
name Layer name

§ NormalizeLayer() [2/3]

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

The constructor creates a builder from generic builder.

Parameters
layer pointer to generic builder

§ NormalizeLayer() [3/3]

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

The constructor creates a builder from generic builder.

Parameters
layer constant pointer to generic builder

Member Function Documentation

§ getAcrossMaps()

bool InferenceEngine::Builder::NormalizeLayer::getAcrossMaps ( ) const

Returns across maps.

Returns
true if normalization is shared across channels

§ getChannelShared()

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

Returns channel shared flag.

Returns
true if scale parameters are shared across channels

§ getEpsilon()

float InferenceEngine::Builder::NormalizeLayer::getEpsilon ( ) const

Returns epsilon.

Returns
Epsilon

§ getPort()

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

Returns port with shapes for the layer.

Returns
Port with shapes

§ setAcrossMaps()

NormalizeLayer& InferenceEngine::Builder::NormalizeLayer::setAcrossMaps ( bool  acrossMap )

Sets across map.

Parameters
acrossMap true if normalization is shared across channels
Returns
reference to layer builder

§ setChannelShared()

NormalizeLayer& InferenceEngine::Builder::NormalizeLayer::setChannelShared ( bool  acrossMap )

Sets channel shared flag.

Parameters
acrossMap true if scale parameters are shared across channels
Returns
reference to layer builder

§ setEpsilon()

NormalizeLayer& InferenceEngine::Builder::NormalizeLayer::setEpsilon ( float  eps )

Sets epsilon.

Parameters
eps Epsilon
Returns
reference to layer builder

§ setName()

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

Sets the name for the layer.

Parameters
name Layer name
Returns
reference to layer builder

§ setPort()

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

Sets port shapes for the layer.

Parameters
port Port with shapes
Returns
reference to layer builder

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