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

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

#include <ie_reshape_layer.hpp>

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

Public Member Functions

 ReshapeLayer (const std::string &name="")
 The constructor creates a builder with the name. More...
 
 ReshapeLayer (const Layer::Ptr &layer)
 The constructor creates a builder from generic builder. More...
 
 ReshapeLayer (const Layer::CPtr &layer)
 The constructor creates a builder from generic builder. More...
 
ReshapeLayersetName (const std::string &name)
 Sets the name for the layer. More...
 
const PortgetInputPort () const
 Returns input port. More...
 
ReshapeLayersetInputPort (const Port &port)
 Sets input port. More...
 
const PortgetOutputPort () const
 Returns output port. More...
 
ReshapeLayersetOutputPort (const Port &port)
 Sets output port. More...
 
const std::vector< int > getDims () const
 Returns reshape dimensions. More...
 
ReshapeLayersetDims (const std::vector< int > &dims)
 Sets reshape dimensions. 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 Reshape layer.

Deprecated:
Use ngraph API instead.

Constructor & Destructor Documentation

§ ReshapeLayer() [1/3]

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

The constructor creates a builder with the name.

Parameters
nameLayer name

§ ReshapeLayer() [2/3]

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

The constructor creates a builder from generic builder.

Parameters
layerpointer to generic builder

§ ReshapeLayer() [3/3]

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

The constructor creates a builder from generic builder.

Parameters
layerconstant pointer to generic builder

Member Function Documentation

§ getDims()

const std::vector<int> InferenceEngine::Builder::ReshapeLayer::getDims ( ) const

Returns reshape dimensions.

Returns
Dimensions

§ getInputPort()

const Port& InferenceEngine::Builder::ReshapeLayer::getInputPort ( ) const

Returns input port.

Returns
Input port

§ getOutputPort()

const Port& InferenceEngine::Builder::ReshapeLayer::getOutputPort ( ) const

Returns output port.

Returns
Output port

§ setDims()

ReshapeLayer& InferenceEngine::Builder::ReshapeLayer::setDims ( const std::vector< int > &  dims)

Sets reshape dimensions.

Parameters
dimsDimensions
Returns
reference to layer builder

§ setInputPort()

ReshapeLayer& InferenceEngine::Builder::ReshapeLayer::setInputPort ( const Port port)

Sets input port.

Parameters
portInput port
Returns
reference to layer builder

§ setName()

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

Sets the name for the layer.

Parameters
nameLayer name
Returns
reference to layer builder

§ setOutputPort()

ReshapeLayer& InferenceEngine::Builder::ReshapeLayer::setOutputPort ( const Port port)

Sets output port.

Parameters
portOutput port
Returns
reference to layer builder

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