Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
xufang-lisa committed Feb 1, 2024
1 parent e56e12e commit 8bdf4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/intel_cpu/src/nodes/conv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ ov::element::Type Convolution::fusedEltwisePrecision(const NodePtr& fusingNode)
}

const std::vector<impl_desc_type>& Convolution::getDefaultImplPriority() {
const static auto priorities = [] {
static const auto priorities = [] {
std::vector<impl_desc_type> priorities = {
impl_desc_type::unknown,
impl_desc_type::dw_acl,
Expand Down

0 comments on commit 8bdf4ae

Please sign in to comment.