Public Member Functions
InferenceEngine::Context Class Reference

This class implements object. More...

#include <ie_context.hpp>

Public Member Functions

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...
 

Detailed Description

This class implements object.

Deprecated:
Use ngraph API instead.

Member Function Documentation

§ addExtension()

void InferenceEngine::Context::addExtension ( const IShapeInferExtensionPtr &  ext)

Registers extension within the context.

Parameters
extPointer 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
typeLayer type
implShape Infer implementation

§ getShapeInferImpl()

IShapeInferImpl::Ptr InferenceEngine::Context::getShapeInferImpl ( const std::string &  type)

Returns the shape infer implementation by layer type.

Parameters
typeLayer type
Returns
Shape Infer implementation

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