-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix the issue caused by the changed tensor names after complex transformation #23081
Fix the issue caused by the changed tensor names after complex transformation #23081
Conversation
If you could eliminate usage of tensor names here https://github.com/openvinotoolkit/openvino/blob/master/src/plugins/intel_cpu/src/infer_request.cpp#L30, I think it will help. It's related to CVS-132085 |
…_input_port_tensor_name
Will try this soon. |
has synced with @zhaixuejun1993 and @riverlijunjie and PR23035 will remove the usage of tensor names within CVS-132085 |
Port from #23081 to 2023.3 ### Details: - *item1* - *...* ### Tickets: - 122932
…ormation (openvinotoolkit#23081) ### Details: - Update logic of port name checking to check if queried port tensor names is subset instead of op "==". - *...* ### Tickets: - CVS-122932
Details:
Tickets: