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

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

#include <ie_reorg_yolo_layer.hpp>

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

Public Member Functions

  ReorgYoloLayer (const std::string &name="")
  The constructor creates a builder with the name. More...
 
  ReorgYoloLayer (const Layer::Ptr &layer)
  The constructor creates a builder from generic builder. More...
 
  ReorgYoloLayer (const Layer::CPtr &layer)
  The constructor creates a builder from generic builder. More...
 
ReorgYoloLayer setName (const std::string &name)
  Sets the name for the layer. More...
 
const Port getInputPort () const
  Returns input port. More...
 
ReorgYoloLayer setInputPort (const Port &ports)
  Sets input port. More...
 
const Port getOutputPort () const
  Returns output port. More...
 
ReorgYoloLayer setOutputPort (const Port &port)
  Sets output port. More...
 
int  getStride () const
  Returns distance of cut throws in output blobs. More...
 
ReorgYoloLayer setStride (int stride)
  Sets distance of cut throws in output blobs. 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 ReorgYolo layer.

Constructor & Destructor Documentation

§ ReorgYoloLayer() [1/3]

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

The constructor creates a builder with the name.

Parameters
name Layer name

§ ReorgYoloLayer() [2/3]

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

The constructor creates a builder from generic builder.

Parameters
layer pointer to generic builder

§ ReorgYoloLayer() [3/3]

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

The constructor creates a builder from generic builder.

Parameters
layer const pointer to generic builder

Member Function Documentation

§ getInputPort()

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

Returns input port.

Returns
Input port

§ getOutputPort()

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

Returns output port.

Returns
Output port

§ getStride()

int InferenceEngine::Builder::ReorgYoloLayer::getStride ( ) const

Returns distance of cut throws in output blobs.

Returns
Stride

§ setInputPort()

ReorgYoloLayer& InferenceEngine::Builder::ReorgYoloLayer::setInputPort ( const Port ports )

Sets input port.

Parameters
ports Input port
Returns
reference to layer builder

§ setName()

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

Sets the name for the layer.

Parameters
name Layer name
Returns
reference to layer builder

§ setOutputPort()

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

Sets output port.

Parameters
port Output port
Returns
reference to layer builder

§ setStride()

ReorgYoloLayer& InferenceEngine::Builder::ReorgYoloLayer::setStride ( int  stride )

Sets distance of cut throws in output blobs.

Parameters
stride Stride
Returns
reference to layer builder

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