openvino/src/plugins/intel_cpu
Katarzyna Mitrus a2818110cc
[Op][Ref][CPU] Extend Gather op with String support (#22465)
### Details:
 - Extend Gather op with String support for data input 
(agreed to do it within the same op version, existing reference
implementation is common for GatherBase and ready to handle strings, ref
changes are not needed, just evaluate supported types updated)
 - Enable fallback to the reference implementation from CPU plugin
- Extend Template and CPU plugin operator tests with string validation
(most of the changes are tests related)
### Tickets:
 - 130688
2024-02-06 06:00:39 +00:00
..
docs [CPU] keep infer-precision for f32=>i32 convert (#22284) 2024-01-30 09:11:52 +00:00
src [Op][Ref][CPU] Extend Gather op with String support (#22465) 2024-02-06 06:00:39 +00:00
tests [Op][Ref][CPU] Extend Gather op with String support (#22465) 2024-02-06 06:00:39 +00:00
thirdparty Migrate to ONEDNN 3.3 release. (#21853) 2024-02-02 09:47:30 +00:00
tools [Commit Slider] Map of cashed path added as utility + Test infra (#21919) 2024-01-30 10:48:14 +00:00
CMakeLists.txt Renamed / removed legacy cmake targets (#22307) 2024-01-22 18:18:08 +00:00
README.md [CPU] Reorganize development documentation (#16708) 2023-05-17 17:29:47 +04:00

README.md

OpenVINO Intel CPU Plugin

Key Contacts

For assistance regarding CPU, contact a member of openvino-ie-cpu-maintainers group.

Components

CPU Plugin contains the following components:

  • docs - developer documentation pages for the component.
  • src - sources of the core component.
  • tests - tests for OpenVINO Plugin components.
  • thirdparty - third-party modules.
  • tools - tools and helpers for OpenVINO Plugin components.

Tutorials

See also