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.

Member Function Documentation

§ 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
type Layer type
Returns
Shape Infer implementation

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