openvino/cmake
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
..
developer_package [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
templates copyright year update (#23370) 2024-03-14 09:37:02 +00:00
toolchains copyright year update (#23370) 2024-03-14 09:37:02 +00:00
arm.toolchain.cmake copyright year update (#23370) 2024-03-14 09:37:02 +00:00
arm64.toolchain.cmake copyright year update (#23370) 2024-03-14 09:37:02 +00:00
coverage.cmake copyright year update (#23370) 2024-03-14 09:37:02 +00:00
dependencies.cmake copyright year update (#23370) 2024-03-14 09:37:02 +00:00
extra_modules.cmake Deleted InferenceEngineDeveloperPackageConfig.cmake generation (#22926) 2024-03-14 18:45:28 +00:00
features.cmake copyright year update (#23370) 2024-03-14 09:37:02 +00:00
test_model_zoo.cmake copyright year update (#23370) 2024-03-14 09:37:02 +00:00