openvino/cmake/developer_package
Pawel Raasz fd93e3b33f
[core] Low precision element iterator and `u2, u3, u6` types (#23279)
### Details:
 - Introduce new low precision types `u2`, `u3`, `u6`.
- Introduce `ov::element::Iterator` for low precision types like `u1,
u2, u3, u4, i4, u6`:
- Gives pointer like access to low precision values in Tensor,
containers etc.
- Can be used by STL algorithms to access data in unified algorithms for
data manipulation.
- Can be used in Constant, Convert operators to replace duplicate
implementations for accessing low precision data (bin-size reduction).
- Can be used for operator reference implementation or plugin if there
is no hardware specific solution.
   
   
     

### Tickets:
 - [CVS-126998](https://jira.devtools.intel.com/browse/CVS-126998)
- Part of
[CVS-128024](https://jira.devtools.intel.com/browse/CVS-128024)
2024-03-18 07:51:59 +00:00
..
api_validator copyright year update (#23370) 2024-03-14 09:37:02 +00:00
clang_format copyright year update (#23370) 2024-03-14 09:37:02 +00:00
compile_flags [CI] [GHA] Enable sanitizers (#22628) 2024-03-15 13:46:51 +00:00
coverage copyright year update (#23370) 2024-03-14 09:37:02 +00:00
cpplint copyright year update (#23370) 2024-03-14 09:37:02 +00:00
cross_compile copyright year update (#23370) 2024-03-14 09:37:02 +00:00
download copyright year update (#23370) 2024-03-14 09:37:02 +00:00
frontends copyright year update (#23370) 2024-03-14 09:37:02 +00:00
ncc_naming_style [core] Low precision element iterator and `u2, u3, u6` types (#23279) 2024-03-18 07:51:59 +00:00
packaging copyright year update (#23370) 2024-03-14 09:37:02 +00:00
plugins copyright year update (#23370) 2024-03-14 09:37:02 +00:00
shellcheck copyright year update (#23370) 2024-03-14 09:37:02 +00:00
tbb copyright year update (#23370) 2024-03-14 09:37:02 +00:00
vs_version copyright year update (#23370) 2024-03-14 09:37:02 +00:00
OpenVINODeveloperScriptsConfig.cmake Enabled LTO for ARM64 (#22842) 2024-03-14 22:05:59 +04:00
add_target_helpers.cmake copyright year update (#23370) 2024-03-14 09:37:02 +00:00
check_python_requirements.py [PyOV] Simplify requirement files (#15343) 2023-03-29 14:27:27 +04:00
debug.cmake copyright year update (#23370) 2024-03-14 09:37:02 +00:00
faster_build.cmake copyright year update (#23370) 2024-03-14 09:37:02 +00:00
features.cmake enable CMAKE_COMPILE_WARNING_AS_ERROR on windows (#23267) 2024-03-15 05:34:54 +00:00
linux_name.cmake copyright year update (#23370) 2024-03-14 09:37:02 +00:00
models.cmake copyright year update (#23370) 2024-03-14 09:37:02 +00:00
options.cmake copyright year update (#23370) 2024-03-14 09:37:02 +00:00
python_requirements.cmake copyright year update (#23370) 2024-03-14 09:37:02 +00:00
target_flags.cmake copyright year update (#23370) 2024-03-14 09:37:02 +00:00
version.cmake copyright year update (#23370) 2024-03-14 09:37:02 +00:00
whole_archive.cmake copyright year update (#23370) 2024-03-14 09:37:02 +00:00