Protected Member Functions
InferenceEngine::gpu::details::param_map_obj_getter Class Reference

This wrapper class is used to obtain low-level handles from remote blob or context object parameters. More...

#include <gpu_context_helpers.hpp>

Inheritance diagram for InferenceEngine::gpu::details::param_map_obj_getter:
Inheritance graph
[legend]

Protected Member Functions

template<typename Result , typename Tmp >
Result _ObjFromParams (const ParamMap &params, const std::string &handle_Key, const std::string &type_Key, const std::string &obj_T1, const std::string &obj_T2="__") const
 Template function that returns specified object parameter typecasted to desired user type.
 
template<typename Result >
Result _ObjFromParamSimple (const ParamMap &params, const std::string &handle_Key) const
 Same as _ObjFromParams(), but should be used if check for object type is not required.
 
std::string _StrFromParams (const ParamMap &params, std::string Key) const
 Template function that extracts string value from map entry under specified key.
 

Detailed Description

This wrapper class is used to obtain low-level handles from remote blob or context object parameters.


The documentation for this class was generated from the following file: