-
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.
[ARM]: Implement CPU plugin just-in-time emitter for LogicalOr operat…
…ion #27504 (#27987) ### Details: - Added a jit_logical_or_emitter derived class in aarch64/jit_eltwise_emitters - Created entry Algorithm::EltwiseLogicalOr in the get_supported_precisions in nodes/kernels/aarch64 - Add the EltwiseLogicalOr entry in the aarch64 executors supported algorithms ### Tickets: - #27504
- Loading branch information
1 parent
69256c8
commit 9128e5d
Showing
4 changed files
with
83 additions
and
0 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
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