Context
core.set_property("GPU", ov::hint::infer_request(-1)) // setting a negative value
core.get_property("GPU", ov::hint::infer_request) // no warnings and getting the infer requst number value as 4294967295
probably we should prohibit the implicit signed->unsigned transform in property values.
What needs to be done?
to fix a problem in described scenario
Example Pull Requests
#15991
Resources
Contact points
@vurusovs @songbell @ilya-lavrenov
Ticket
CVS-104944