[VS2017] QueryState build error C4996 was fixed (#4547)
* disable and cleanup interp and resample that is covered by interpolate * QueryState build error C4996 was fixed Co-authored-by: chenhuwa <chenhu.wang@intel.com>
This commit is contained in:
parent
77e80ddbb3
commit
b04a11697e
@ -22,6 +22,7 @@
|
|||||||
|
|
||||||
namespace InferenceEngine {
|
namespace InferenceEngine {
|
||||||
|
|
||||||
|
IE_SUPPRESS_DEPRECATED_START_WIN
|
||||||
/**
|
/**
|
||||||
* @brief Executable network `noexcept` wrapper which accepts IExecutableNetworkInternal derived instance which can throw exceptions
|
* @brief Executable network `noexcept` wrapper which accepts IExecutableNetworkInternal derived instance which can throw exceptions
|
||||||
* @ingroup ie_dev_api_exec_network_api
|
* @ingroup ie_dev_api_exec_network_api
|
||||||
@ -110,6 +111,7 @@ public:
|
|||||||
protected:
|
protected:
|
||||||
~ExecutableNetworkBase() override = default;
|
~ExecutableNetworkBase() override = default;
|
||||||
};
|
};
|
||||||
|
IE_SUPPRESS_DEPRECATED_END_WIN
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Create an execuable network public C++ object wrapper based on internal inplementation
|
* @brief Create an execuable network public C++ object wrapper based on internal inplementation
|
||||||
|
Loading…
Reference in New Issue
Block a user