We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c97cd07 commit 423e4d0Copy full SHA for 423e4d0
src/inference/include/openvino/runtime/intel_cpu/properties.hpp
@@ -47,7 +47,7 @@ namespace intel_cpu {
47
*/
48
static constexpr Property<bool> denormals_optimization{"CPU_DENORMALS_OPTIMIZATION"};
49
50
-static constexpr Property<float> sparse_weights_decompression_rate{"SPARSE_WEIGHTS_DECOMPRESSION_RATE"};
+static constexpr Property<float> sparse_weights_decompression_rate{"CPU_SPARSE_WEIGHTS_DECOMPRESSION_RATE"};
51
52
} // namespace intel_cpu
53
} // namespace ov
0 commit comments