[Good First Issue]: Extend ONNX Frontend with Function GreaterOrEqual #20545
Labels
category: ONNX FE
OpenVINO ONNX FrontEnd
good first issue
Good for newcomers
no_stale
Do not mark as stale
ONNX
Related to support for ONNX standard.
Milestone
Context
Neural networks are graphs consisting of nodes called operators. Each operator corresponds to a mathematical function, usually described in framework's documentation or an AI standard, such as ONNX.
OpenVINO ONNX Frontend is a component responsible for working with ONNX graphs and requires implementation of different ONNX operators in order to use ONNX models.
This task requires extending OpenVINO ONNX Frontend with Function GreaterOrEqual.
Necessary help will be provided by ONNX Fronted team.
What needs to be done?
Operator details can be found in ONNX Operators
More details can be found in More details can be found in ONNX Changelog GreaterOrEqual-12
and ONNX Changelog GreaterOrEqual-16
.hpp
and.cpp
files for *Windows hereMore details in adding operators to ONNX Frontend guide
Example Pull Requests
Resources
Contact points
@gkrivor
Ticket
No response
The text was updated successfully, but these errors were encountered: