Skip to content

Commit

Permalink
fixed property
Browse files Browse the repository at this point in the history
  • Loading branch information
antonvor committed Jan 3, 2023
1 parent c97cd07 commit 423e4d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ namespace intel_cpu {
*/
static constexpr Property<bool> denormals_optimization{"CPU_DENORMALS_OPTIMIZATION"};

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"};

} // namespace intel_cpu
} // namespace ov

0 comments on commit 423e4d0

Please sign in to comment.