The class represents a builder for BatchNormalization layer.
More...
#include <ie_batch_normalization_layer.hpp>
The class represents a builder for BatchNormalization layer.
- Deprecated:
- Use ngraph API instead.
§ BatchNormalizationLayer() [1/3]
InferenceEngine::Builder::BatchNormalizationLayer::BatchNormalizationLayer |
( |
const std::string & |
name = "" | ) |
|
|
explicit |
The constructor creates a builder with the name.
- Parameters
-
§ BatchNormalizationLayer() [2/3]
InferenceEngine::Builder::BatchNormalizationLayer::BatchNormalizationLayer |
( |
const Layer::Ptr & |
layer | ) |
|
|
explicit |
The constructor creates a builder from generic builder.
- Parameters
-
layer | pointer to generic builder |
§ BatchNormalizationLayer() [3/3]
InferenceEngine::Builder::BatchNormalizationLayer::BatchNormalizationLayer |
( |
const Layer::CPtr & |
layer | ) |
|
|
explicit |
The constructor creates a builder from generic builder.
- Parameters
-
layer | constant pointer to generic builder |
§ getEpsilon()
float InferenceEngine::Builder::BatchNormalizationLayer::getEpsilon |
( |
| ) |
const |
Returns epsilon.
- Returns
- Epsilon
§ getPort()
const Port& InferenceEngine::Builder::BatchNormalizationLayer::getPort |
( |
| ) |
const |
Returns port with shapes for the layer.
- Returns
- Port with shapes
§ setEpsilon()
Sets epsilon.
- Parameters
-
- Returns
- reference to layer builder
§ setName()
Sets the name for the layer.
- Parameters
-
- Returns
- reference to layer builder
§ setPort()
Sets port shapes for the layer.
- Parameters
-
- Returns
- reference to layer builder
The documentation for this class was generated from the following file: