openvino/cmake/developer_package/ncc_naming_style
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
..
ncc@63e59ed312 Enabled naming style check for FEM, ONNX FE (#6970) 2021-08-09 15:38:08 +03:00
self_check copyright year update (#23370) 2024-03-14 09:37:02 +00:00
ncc_naming_style.cmake copyright year update (#23370) 2024-03-14 09:37:02 +00:00
ncc_run.cmake copyright year update (#23370) 2024-03-14 09:37:02 +00:00
openvino.style [core] Low precision element iterator and `u2, u3, u6` types (#23279) 2024-03-18 07:51:59 +00:00
requirements_dev.txt Try to fix code snippets on macOS (#21111) 2023-11-16 13:05:16 +04:00
try_find_clang.cmake copyright year update (#23370) 2024-03-14 09:37:02 +00:00