openvino/src/frontends
Siddhant Chauhan a97abd59ac
[ONNX] Extend ONNX Frontend with Function `Celu-12` (#22002)
### Details:
 - created implementation for `Celu-12` operator
 - created tests

### Tickets:
 - Closes #20543

---------

Co-authored-by: Andrei Kochin <andrei.kochin@intel.com>
Co-authored-by: Georgy Krivoruchko <georgy.krivoruchko@intel.com>
Co-authored-by: Katarzyna Mitrus <katarzyna.mitrus@intel.com>
2024-03-05 04:02:28 +00:00
..
common Allow OPENVINO_FRAMEWORK_MAP for PyTorch (#22656) 2024-02-07 16:52:53 +00:00
ir [DOCS] Update of hyperlinks to 2024 + new ov homepage diagram image for master (#23091) 2024-02-28 07:54:04 +00:00
onnx [ONNX] Extend ONNX Frontend with Function `Celu-12` (#22002) 2024-03-05 04:02:28 +00:00
paddle Don't use complex dependencies in Python API tests (#23104) 2024-02-28 08:21:57 +00:00
pytorch [PT FE] Support aten::log_sigmoid (#23200) 2024-03-04 15:32:53 +00:00
tensorflow [TF FE] Move hash_table header to TF FE public (#23165) 2024-02-29 17:24:14 +00:00
tensorflow_common [TF FE] Support complex type for Inv (#23085) 2024-03-04 05:58:18 +00:00
tensorflow_lite Support OpExtension in frontends (#22961) 2024-02-23 14:23:15 +04:00
tests Support OpExtension in frontends (#22961) 2024-02-23 14:23:15 +04:00
CMakeLists.txt Remove suppression Wno-delete-non-abstract-non-virtual-dtor (#16560) 2023-03-29 14:19:30 +04:00
README.md Added README for ONNX Frontend (#13325) 2022-10-20 15:54:25 +02:00

README.md

OpenVINO Frontends

OpenVINO Frontends allow converting models from the native framework to OpenVINO representation.

Below is the full list of supported frontends:

See also