Data Structures | 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 "ie_blob.h"
#include "ie_common.h"
#include "ie_icnn_network.hpp"
#include "details/ie_no_copy.hpp"
#include "ie_api.h"

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

Functions

ICNNNetReader *  InferenceEngine::CreateCNNNetReader () 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

§ CreateCNNNetReader()

ICNNNetReader* InferenceEngine::CreateCNNNetReader ( )
noexcept

Creates a CNNNetReader instance.

Returns
An object that implements the ICNNNetReader interface