Data Structures | Static Public Member Functions
InferenceEngine::TargetDeviceInfo Class Reference

Describes the relationship between the enumerator type and the actual device's name. More...

#include <ie_device.hpp>

Static Public Member Functions

static TargetDevice fromStr (const std::string &deviceName)
 Converts string representation of device to InferenceEngine::TargetDevice enum value. More...
 
static const char * name (TargetDevice device)
 Converts InferenceEngine::TargetDevice enum value to string representation. More...
 

Detailed Description

Describes the relationship between the enumerator type and the actual device's name.

Deprecated:
Deprecated since InferenceEngine::TargetDevice is deprecated

Member Function Documentation

§ fromStr()

static TargetDevice InferenceEngine::TargetDeviceInfo::fromStr ( const std::string &  deviceName)
inlinestatic

Converts string representation of device to InferenceEngine::TargetDevice enum value.

Deprecated:
Deprecated since InferenceEngine::TargetDevice is deprecated

§ name()

static const char* InferenceEngine::TargetDeviceInfo::name ( TargetDevice  device)
inlinestatic

Converts InferenceEngine::TargetDevice enum value to string representation.

Deprecated:
Deprecated since InferenceEngine::TargetDevice is deprecated

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