-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Ref] Concat op reference implementation code improvements (#23048)
### Details: - Concat op reference implementation code improvements, removal of code duplication - Leftovers from PR: #22686 - Reduce Concat template code, pass element_type to distinguish copy method for string (element::Type_t::undefined as default to keep compatibility) - ~Corresponding update of places where reference::concat is used (including one gpu file)~ (reverted) (*First approach (6308f9d) was to simply introduce common template to reuse the Concat reference code, but it still results in generation of string and char specializations of the whole template function* *Current approach is to use the same function and choose the copy method inside, based on the element type*) ### Tickets: -Related to 131838
- Loading branch information
Showing
3 changed files
with
41 additions
and
63 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
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
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