Data Structures | Typedefs | Functions
ie_icnn_net_reader.h File Reference

A header file that provides interface for network reader that is used to build networks from a given IR. More...

#include <map>
#include <string>
#include <vector>
#include "details/ie_no_copy.hpp"
#include "details/ie_so_pointer.hpp"
#include "ie_api.h"
#include "ie_blob.h"
#include "ie_common.h"
#include "ie_icnn_network.hpp"

Go to the source code of this file.

Data Structures

class  InferenceEngine::ICNNNetReader
 This class is the main interface to build and parse a network from a given IR. More...
 

Typedefs

using InferenceEngine::CNNNetReaderPtr = InferenceEngine::details::SOPointer< ICNNNetReader, InferenceEngine::details::SharedObjectLoader >
 A C++ helper to work with objects created by the IR readers plugin. Implements different interfaces.
 

Functions

CNNNetReaderPtr InferenceEngine::CreateCNNNetReaderPtr () noexcept
 Creates a CNNNetReader instance. More...
 

Detailed Description

A header file that provides interface for network reader that is used to build networks from a given IR.

Function Documentation

§ CreateCNNNetReaderPtr()

CNNNetReaderPtr InferenceEngine::CreateCNNNetReaderPtr ( )
noexcept

Creates a CNNNetReader instance.

Returns
An object that implements the ICNNNetReader interface