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.
[core] Optimize ScatterElementsUpdate reference implementation binary…
… size (openvinotoolkit#23146) ### Details: - Adds tests into `ov_template_func_tests` for ScatterElementsUpdate version 12. - Removes Indices type from template parameters for internal template function - all works on `int64_t`. - Uses `std::memcpy` instead of type dependent assignment. ### Tickets: - CVS-119213
- Loading branch information
1 parent
4f5c2a7
commit d093c74
Showing
2 changed files
with
284 additions
and
71 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.