Functions
ie_context.hpp File Reference

This is a header file for the IE Context class. More...

#include <details/caseless.hpp>
#include <ie_iextension.h>
#include <string>
#include <vector>
#include <map>

Go to the source code of this file.

Functions

class  InferenceEngine::INFERENCE_ENGINE_API_CLASS (Context)
  This class implements object. More...
 

Detailed Description

This is a header file for the IE Context class.

Function Documentation

§ INFERENCE_ENGINE_API_CLASS()

class InferenceEngine::INFERENCE_ENGINE_API_CLASS ( Context  )

This class implements object.

Registers extension within the context

Parameters
ext Pointer to already loaded extension

Registers Shape Infer implementation within the Context

Parameters
type Layer type
impl Shape Infer implementation

Returns the shape infer implementation by layer type

Parameters
type Layer type
Returns
Shape Infer implementation