Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions inference-engine/include/vpu/vpu_plugin_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down