Skip to content

Commit

Permalink
mark getDeQuantizedScales as OV_CPU_MAYBE_UNUSED_FUNCTION
Browse files Browse the repository at this point in the history
  • Loading branch information
alvoron committed Dec 16, 2024
1 parent aa64460 commit 0079f5f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@
#include <vector>

#include "nodes/executors/memory_arguments.hpp"
#include "utils/cpp/maybe_unused.hpp"
#include "utils/cpu_utils.hpp"

namespace ov {
namespace intel_cpu {

static std::vector<float> getDeQuantizedScales(const MemoryArgs& memory) {
OV_CPU_MAYBE_UNUSED_FUNCTION static std::vector<float> getDeQuantizedScales(const MemoryArgs& memory) {
if (!memory.count(ARG_DST_DEQ_SCALE))
return {};

Expand Down

0 comments on commit 0079f5f

Please sign in to comment.