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

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

#include <ie_deconvolution_layer.hpp>

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

Public Member Functions

 DeconvolutionLayer (const std::string &name="")
 The constructor creates a builder with the name. More...
 
 DeconvolutionLayer (const Layer::Ptr &layer)
 The constructor creates a builder from generic builder. More...
 
 DeconvolutionLayer (const Layer::CPtr &layer)
 The constructor creates a builder from generic builder. More...
 
- Public Member Functions inherited from InferenceEngine::Builder::ConvolutionLayer
 ConvolutionLayer (const std::string &name="")
 The constructor creates a builder with the name. More...
 
 ConvolutionLayer (const Layer::Ptr &layer)
 The constructor creates a builder from generic builder. More...
 
 ConvolutionLayer (const Layer::CPtr &layer)
 The constructor creates a builder from generic builder. More...
 
ConvolutionLayersetName (const std::string &name)
 Sets the name for the layer. More...
 
const PortgetInputPort () const
 Returns input port. More...
 
ConvolutionLayersetInputPort (const Port &port)
 Sets input port. More...
 
const PortgetOutputPort () const
 Returns output port. More...
 
ConvolutionLayersetOutputPort (const Port &port)
 Sets output port. More...
 
const std::vector< size_t > getKernel () const
 Returns kernel size. More...
 
ConvolutionLayersetKernel (const std::vector< size_t > &kernel)
 Sets kernel size. More...
 
const std::vector< size_t > getStrides () const
 Returns vector of strides. More...
 
ConvolutionLayersetStrides (const std::vector< size_t > &strides)
 Sets strides. More...
 
const std::vector< size_t > getDilation () const
 Returns dilations. More...
 
ConvolutionLayersetDilation (const std::vector< size_t > &dilation)
 Sets dilations. More...
 
const std::vector< size_t > getPaddingsBegin () const
 Returns begin paddings. More...
 
ConvolutionLayersetPaddingsBegin (const std::vector< size_t > &paddings)
 Sets begin paddings. More...
 
const std::vector< size_t > getPaddingsEnd () const
 Return end paddings. More...
 
ConvolutionLayersetPaddingsEnd (const std::vector< size_t > &paddings)
 Sets end paddings. More...
 
size_t getGroup () const
 Returns group. More...
 
ConvolutionLayersetGroup (size_t group)
 Sets group. More...
 
size_t getOutDepth () const
 Return output depth. More...
 
ConvolutionLayersetOutDepth (size_t outDepth)
 Sets output depth. 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 Deconvolution layer.

Deprecated:
Use ngraph API instead.

Constructor & Destructor Documentation

§ DeconvolutionLayer() [1/3]

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

The constructor creates a builder with the name.

Parameters
nameLayer name

§ DeconvolutionLayer() [2/3]

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

The constructor creates a builder from generic builder.

Parameters
layerpointer to generic builder

§ DeconvolutionLayer() [3/3]

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

The constructor creates a builder from generic builder.

Parameters
layerconstant pointer to generic builder

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