openvino/src/core
Edward Shogulin c1223f9226
[CPU] [ARM64] jit eltwise: int8 support (#22687)
### Details:
 - *int8 support*

### Tickets:
 - *CVS-128643*
2024-03-21 06:52:45 +00:00
..
dev_api/openvino [core] Low precision element iterator and `u2, u3, u6` types (#23279) 2024-03-18 07:51:59 +00:00
docs [DOCS] Update of hyperlinks to 2024 + new ov homepage diagram image for master (#23091) 2024-02-28 07:54:04 +00:00
include/openvino Add 'pad' operator support for ov::preprocess::PrePostProcessor (#23093) 2024-03-18 09:40:16 +00:00
reference copyright year update (#23370) 2024-03-14 09:37:02 +00:00
shape_inference [Core] Add MaxPool-14 and AvgPool-14 (#22796) 2024-03-14 10:00:52 +00:00
src [CPU] [ARM64] jit eltwise: int8 support (#22687) 2024-03-21 06:52:45 +00:00
template_extension copyright year update (#23370) 2024-03-14 09:37:02 +00:00
tests [TRANSFORMATIONS] Fix Optional to match even with no inputs (#23471) 2024-03-19 07:10:37 +00:00
CMakeLists.txt copyright year update (#23370) 2024-03-14 09:37:02 +00:00
README.md [DOCS] Update of hyperlinks to 2024 + new ov homepage diagram image for master (#23091) 2024-02-28 07:54:04 +00:00

README.md

OpenVINO™ Core

OpenVINO Core is a part of OpenVINO Runtime library. The component is responsible for:

OpenVINO Core supports conditional compilation feature and uses the common coding style rules.

Key person

People from the openvino-ngraph-maintainers allows to approve and merge PRs to the core component. These guys can help in case of any questions about core component.

Components

OpenVINO Core has the next structure:

  • dev_api contains developer API. In order to use this API, you need to link your component against openvino::runtime::dev.
  • docs contains developer documentation pages for the component.
  • include contains public API. Detailed information about provided API can be found here.
  • reference is a library which provides reference implementations for all supported operations. Operations with evaluate method use these implementations inside.
  • shape_inference library contains implementation of shape inference for OpenVINO operations.
  • src folder contains sources of the core component.
  • tests contains tests for OpenVINO Core components. More information about OpenVINO Core tests can be found here.

Tutorials

See also