-
-
Notifications
You must be signed in to change notification settings - Fork 56.5k
Test_TensorFlow_layers.tf2_prelu fails with OpenVINO CPU backend #24051
Copy link
Copy link
Closed
Labels
Description
System Information
OS: Linux x64
OpenVINO: 2023.0.1 (official docker image)
CI link: https://github.com/opencv/ci-gha-workflow/actions/runs/5646941329/job/15295960583?pr=109
Detailed description
[ RUN ] Test_TensorFlow_layers.tf2_prelu/0, where GetParam() = NGRAPH/CPU
unknown file: Failure
C++ exception with description "OpenCV(4.8.0-dev) /home/openvino/opencv/modules/dnn/src/ie_ngraph.cpp:865: error: (-2:Unspecified error) in function 'initPlugin'
> Failed to initialize Inference Engine backend (device = CPU): Check 'false' failed at src/inference/src/core.cpp:114:
> Check 'PartialShape::broadcast_merge_into(tmpPShape, inShape, ::ngraph::op::AutoBroadcastType::NUMPY)' failed at src/common/snippets/src/op/subgraph.cpp:296:
> While validating node 'SnippetsOpset::Subgraph StatefulPartitionedCall/StatefulPartitionedCall/sequential/p_re_lu/add (Parameter_11102076[0]:f32[1,3,1,2], Parameter_11102077[0]:f32[6]) -> (f32[1,3,1,2])' with friendly_name 'StatefulPartitionedCall/StatefulPartitionedCall/sequential/p_re_lu/add':
> Failed to create broadcastable shapes in snippets canonicalization
>
> " thrown in the test body.
[ FAILED ] Test_TensorFlow_layers.tf2_prelu/0, where GetParam() = NGRAPH/CPU (7 ms)
Steps to reproduce
./bin/opencv_test_dnn --gtest_filter=Test_TensorFlow_layers.tf2_prelu*
Issue submission checklist
- I report the issue, it's not a question
- I checked the problem with documentation, FAQ, open issues, forum.opencv.org, Stack Overflow, etc and have not found any solution
- I updated to the latest OpenCV version and the issue is still there
- There is reproducer code and related data files (videos, images, onnx, etc)
Reactions are currently unavailable