[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 {
|
||||
|
||||
IE_SUPPRESS_DEPRECATED_START_WIN
|
||||
/**
|
||||
* @brief Executable network `noexcept` wrapper which accepts IExecutableNetworkInternal derived instance which can throw exceptions
|
||||
* @ingroup ie_dev_api_exec_network_api
|
||||
@ -110,6 +111,7 @@ public:
|
||||
protected:
|
||||
~ExecutableNetworkBase() override = default;
|
||||
};
|
||||
IE_SUPPRESS_DEPRECATED_END_WIN
|
||||
|
||||
/**
|
||||
* @brief Create an execuable network public C++ object wrapper based on internal inplementation
|
||||
|
Loading…
Reference in New Issue
Block a user