openvino
openvino copied to clipboard
[CPU][ARM64] Add JIT emitter for Eltwise Less operation
Details:
- Added a jit_less_emitter derived class in aarch64/jit_eltwise_emitters
- Created entry Algorithm::EltwiseLess in the get_supported_precisions in nodes/kernels/aarch64
- Add the EltwiseLess entry in the aarch64 executors supported algorithms
Tickets:
- Closes: #24415