diff --git a/src/plugins/intel_cpu/src/cpu_types.cpp b/src/plugins/intel_cpu/src/cpu_types.cpp index 975bc78f56193f..c93c82c8f3be69 100644 --- a/src/plugins/intel_cpu/src/cpu_types.cpp +++ b/src/plugins/intel_cpu/src/cpu_types.cpp @@ -354,7 +354,6 @@ std::string NameFromType(const Type type) { CASE(CumSum); CASE(DetectionOutput); CASE(ExperimentalDetectronDetectionOutput); - CASE(Identity); CASE(If); CASE(LogSoftmax); CASE(TopK);