From 5865572701affd711d176648986a1042551b6378 Mon Sep 17 00:00:00 2001 From: Ilya Lavrenov Date: Fri, 19 Jun 2020 15:12:47 +0300 Subject: [PATCH] Removed VPU option --- inference-engine/include/vpu/vpu_plugin_config.hpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/inference-engine/include/vpu/vpu_plugin_config.hpp b/inference-engine/include/vpu/vpu_plugin_config.hpp index adebe22bff1004..e68105596dc9bf 100644 --- a/inference-engine/include/vpu/vpu_plugin_config.hpp +++ b/inference-engine/include/vpu/vpu_plugin_config.hpp @@ -122,16 +122,6 @@ DECLARE_VPU_CONFIG_VALUE(NDHWC); */ DECLARE_VPU_CONFIG_KEY(CUSTOM_LAYERS); -/** - * @deprecated IR statistic is not available in IR v10. - * @brief Ignore statistic in IR by plugin. - * Plugin could use statistic present in IR in order to try to improve calculations precision. - * If you don't want statistic to be used enable this option. - * This option should be used with values: CONFIG_VALUE(YES) or CONFIG_VALUE(NO) (default) - */ -INFERENCE_ENGINE_DEPRECATED("IR statistic is not available in IR v10") -DECLARE_VPU_CONFIG_KEY(IGNORE_IR_STATISTIC); - /** * @brief This option allows to specify protocol. */