Skip to content

Commit

Permalink
Update normalize.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
allnes authored Oct 17, 2023
1 parent 987b5a6 commit 1c86852
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/intel_cpu/src/nodes/normalize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,6 @@ void NormalizeL2::initSupportedPrimitiveDescriptors() {
inputPrecision = outputPrecision = Precision::FP32;
}


if (!one_of(inputPrecision, Precision::FP32, Precision::BF16, Precision::FP16, Precision::I8, Precision::U8)) {
THROW_ERROR << "has unsupported input precision: " << inputPrecision;
}
Expand Down

0 comments on commit 1c86852

Please sign in to comment.