Skip to content

Commit 423e4d0

Browse files
committed
fixed property
1 parent c97cd07 commit 423e4d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inference/include/openvino/runtime/intel_cpu/properties.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ namespace intel_cpu {
4747
*/
4848
static constexpr Property<bool> denormals_optimization{"CPU_DENORMALS_OPTIMIZATION"};
4949

50-
static constexpr Property<float> sparse_weights_decompression_rate{"SPARSE_WEIGHTS_DECOMPRESSION_RATE"};
50+
static constexpr Property<float> sparse_weights_decompression_rate{"CPU_SPARSE_WEIGHTS_DECOMPRESSION_RATE"};
5151

5252
} // namespace intel_cpu
5353
} // namespace ov

0 commit comments

Comments
 (0)