This class implements object.
More...
#include <ie_context.hpp>
|
| void | addExtension (const IShapeInferExtensionPtr &ext) |
| | Registers extension within the context. More...
|
| |
| void | addShapeInferImpl (const std::string &type, const IShapeInferImpl::Ptr &impl) |
| | Registers Shape Infer implementation within the Context. More...
|
| |
| IShapeInferImpl::Ptr | getShapeInferImpl (const std::string &type) |
| | Returns the shape infer implementation by layer type. More...
|
| |
This class implements object.
§ addExtension()
| void InferenceEngine::Context::addExtension |
( |
const IShapeInferExtensionPtr & |
ext | ) |
|
Registers extension within the context.
- Parameters
-
| ext | Pointer to already loaded extension |
§ addShapeInferImpl()
| void InferenceEngine::Context::addShapeInferImpl |
( |
const std::string & |
type, |
|
|
const IShapeInferImpl::Ptr & |
impl |
|
) |
| |
Registers Shape Infer implementation within the Context.
- Parameters
-
| type | Layer type |
| impl | Shape Infer implementation |
§ getShapeInferImpl()
| IShapeInferImpl::Ptr InferenceEngine::Context::getShapeInferImpl |
( |
const std::string & |
type | ) |
|
Returns the shape infer implementation by layer type.
- Parameters
-
- Returns
- Shape Infer implementation
The documentation for this class was generated from the following file: