File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/classes Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ void EltwiseLayerCPUTest::SetUp() {
169169#if defined(OPENVINO_ARCH_ARM)
170170 // ARM32-only: Sub/Div may be decomposed or routed to different implementations
171171 // causing variability (binary->unary or ACL/ref). Keep tests stable but localized here.
172- if (eltwiseType == utils::EltwiseTypes::SUBTRACT || eltwiseType == utils::EltwiseTypes::DIVIDE) {
172+ if (ov::intel_cpu::any_of ( eltwiseType, utils::EltwiseTypes::SUBTRACT, utils::EltwiseTypes::DIVIDE) ) {
173173 // If format expectations specify two inputs, but transforms reduce arity, limit to single input.
174174 if (inFmts.size () > 1 ) {
175175 inFmts.resize (1 );
You can’t perform that action at this time.
0 commit comments