forked from openvinotoolkit/openvino
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expand ov::Any to allow convert numerical values to others (openvinot…
…oolkit#27824) ### Details: - Expand `ov::Any::as` member to allow convert numerical types to others values. - Refactor `ov::Any` internals to remove some code duplications and `as` member has generic implementation, no need explicit condition to enable it if specialization selection fails. ### Tickets: - CVS-157622 --------- Signed-off-by: Pawel Raasz <[email protected]> Signed-off-by: Raasz, Pawel <[email protected]>
- Loading branch information
Showing
3 changed files
with
305 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.