openvino
e1440ac0 - [NPUW] Fix Coverity null dereference (#33707)

Commit
113 days ago
[NPUW] Fix Coverity null dereference (#33707) ### Details: - Fix null dereference introduced in https://github.com/openvinotoolkit/openvino/pull/33399 - Not a real problem, since `m_model_a_in_map` and `m_model_b_in_map` will be empty thus `set_tensor` wouldn't be called, but adding check for the saKe of the check. ### Tickets: - E-199864
Author
Parents
Loading