Data Structures | Typedefs
ie_input_info.hpp File Reference

a header file for InputInfo class More...

#include <map>
#include <memory>
#include <string>
#include "ie_blob.h"
#include "ie_common.h"
#include "ie_data.h"
#include "ie_precision.hpp"
#include "ie_preprocess.hpp"

Go to the source code of this file.

Data Structures

class  InferenceEngine::InputInfo
 This class contains information about each input of the network. More...
 

Typedefs

using InferenceEngine::InputsDataMap = std::map< std::string, InputInfo::Ptr >
 A collection that contains string as key, and InputInfo smart pointer as value.
 
using InferenceEngine::ConstInputsDataMap = std::map< std::string, InputInfo::CPtr >
 A collection that contains string as key, and const InputInfo smart pointer as value.
 

Detailed Description

a header file for InputInfo class