Data Structures
ie_infer_request.hpp File Reference

A header file that provides wrapper classes for infer requests and callbacks. More...

#include <memory>
#include <string>
#include <map>
#include "ie_iinfer_request.hpp"
#include "details/ie_exception_conversion.hpp"

Go to the source code of this file.

Data Structures

class   InferenceEngine::InferRequest
  This class is a wrapper of IInferRequest to provide setters/getters of input/output which operates with BlobMaps. It can throw exceptions safely for the application, where it is properly handled. More...
 

Detailed Description

A header file that provides wrapper classes for infer requests and callbacks.