a header file for InputInfo class More...
#include <string>#include <memory>#include <map>#include "ie_common.h"#include "ie_data.h"#include "ie_preprocess.hpp"#include "ie_blob.h"#include "ie_precision.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. | |
a header file for InputInfo class