Data Structures | Typedefs
ie_icnn_network.hpp File Reference

This is a header file for the ICNNNetwork class. More...

#include "ie_common.h"
#include "ie_layers.h"
#include "ie_data.h"
#include "ie_device.hpp"
#include "ie_blob.h"
#include "details/ie_irelease.hpp"
#include "ie_preprocess.hpp"
#include "ie_input_info.hpp"
#include "ie_icnn_network_stats.hpp"
#include "ie_iextension.h"
#include <memory>
#include <map>
#include <string>

Go to the source code of this file.

Data Structures

class   InferenceEngine::ICNNNetwork
  This is the main interface to describe the NN topology. More...
 

Typedefs

using  InferenceEngine::OutputsDataMap = std::map< std::string, DataPtr >
  A collection that contains string as key, and Data smart pointer as value.
 

Detailed Description

This is a header file for the ICNNNetwork class.