The class represents a builder for PSROIPooling layer. More...
#include <ie_psroi_pooling_layer.hpp>


Public Member Functions | |
| PSROIPoolingLayer (const std::string &name="") | |
| The constructor creates a builder with the name. More... | |
| PSROIPoolingLayer (const Layer::Ptr &layer) | |
| The constructor creates a builder from generic builder. More... | |
| PSROIPoolingLayer (const Layer::CPtr &layer) | |
| The constructor creates a builder from generic builder. More... | |
| PSROIPoolingLayer & | setName (const std::string &name) |
| Sets the name for the layer. More... | |
| const std::vector< Port > & | getInputPorts () const |
| Returns input ports. More... | |
| PSROIPoolingLayer & | setInputPorts (const std::vector< Port > &ports) |
| Sets input ports. More... | |
| const Port & | getOutputPort () const |
| Returns output ports. More... | |
| PSROIPoolingLayer & | setOutputPort (const Port &port) |
| Sets output ports. More... | |
| float | getSpatialScale () const |
| Returns multiplicative spatial scale factor to translate ROI coordinates. More... | |
| PSROIPoolingLayer & | setSpatialScale (float spatialScale) |
| Sets multiplicative spatial scale factor to translate ROI coordinates. More... | |
| size_t | getOutputDim () const |
| Returns pooled output channel number. More... | |
| PSROIPoolingLayer & | setOutputDim (size_t outDim) |
| Sets pooled output channel number. More... | |
| size_t | getGroupSize () const |
| Returns number of groups to encode position-sensitive score maps. More... | |
| PSROIPoolingLayer & | setGroupSize (size_t size) |
| Sets number of groups to encode position-sensitive score maps. 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 |
The class represents a builder for PSROIPooling layer.
|
explicit |
The constructor creates a builder with the name.
| name | Layer name |
|
explicit |
The constructor creates a builder from generic builder.
| layer | pointer to generic builder |
|
explicit |
The constructor creates a builder from generic builder.
| layer | constant pointer to generic builder |
| size_t InferenceEngine::Builder::PSROIPoolingLayer::getGroupSize | ( | ) | const |
Returns number of groups to encode position-sensitive score maps.
| const std::vector<Port>& InferenceEngine::Builder::PSROIPoolingLayer::getInputPorts | ( | ) | const |
Returns input ports.
| size_t InferenceEngine::Builder::PSROIPoolingLayer::getOutputDim | ( | ) | const |
Returns pooled output channel number.
| const Port& InferenceEngine::Builder::PSROIPoolingLayer::getOutputPort | ( | ) | const |
Returns output ports.
| float InferenceEngine::Builder::PSROIPoolingLayer::getSpatialScale | ( | ) | const |
Returns multiplicative spatial scale factor to translate ROI coordinates.
| PSROIPoolingLayer& InferenceEngine::Builder::PSROIPoolingLayer::setGroupSize | ( | size_t | size | ) |
Sets number of groups to encode position-sensitive score maps.
| size | Number of groups |
| PSROIPoolingLayer& InferenceEngine::Builder::PSROIPoolingLayer::setInputPorts | ( | const std::vector< Port > & | ports | ) |
Sets input ports.
| ports | Vector of input ports |
| PSROIPoolingLayer& InferenceEngine::Builder::PSROIPoolingLayer::setName | ( | const std::string & | name | ) |
| PSROIPoolingLayer& InferenceEngine::Builder::PSROIPoolingLayer::setOutputDim | ( | size_t | outDim | ) |
Sets pooled output channel number.
| outDim | Output channel number |
| PSROIPoolingLayer& InferenceEngine::Builder::PSROIPoolingLayer::setOutputPort | ( | const Port & | port | ) |
Sets output ports.
| port | Vector of output ports |
| PSROIPoolingLayer& InferenceEngine::Builder::PSROIPoolingLayer::setSpatialScale | ( | float | spatialScale | ) |
Sets multiplicative spatial scale factor to translate ROI coordinates.
| spatialScale | Spatial scale factor |