Skip to content

Commit

Permalink
Removed dummy HARDWARE_CONVOLUTION metric (openvinotoolkit#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov authored Feb 22, 2021
1 parent ba730e1 commit 03fec8e
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions modules/arm_plugin/include/arm_plugin/arm_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,6 @@

namespace InferenceEngine {

namespace ArmMetrics {

/**
* @def ARM_METRIC_VALUE(name)
* @brief Shortcut for defining Arm metric values
*/
#define ARM_METRIC_VALUE(name) InferenceEngine::ArmMetrics::name
#define DECLARE_ARM_METRIC_VALUE(name) static constexpr auto name = #name

// ! [public_header:metrics]
/**
* @brief Defines whether current Arm device instance supports hardware blocks for fast convolution computations.
*/
DECLARE_ARM_METRIC_VALUE(HARDWARE_CONVOLUTION);
// ! [public_header:metrics]

} // namespace ArmMetrics

namespace ArmConfigParams {

/**
Expand All @@ -47,7 +29,5 @@ namespace ArmConfigParams {

DECLARE_ARM_CONFIG_KEY(THROUGHPUT_STREAMS);



} // namespace ArmConfigParams
} // namespace InferenceEngine

0 comments on commit 03fec8e

Please sign in to comment.