Closed mitruska closed 10 months ago
.take
Thank you for looking into this issue! Please let us know if you have any questions or require any help.
Hello @rghvsh! Thank you for taking a look, please let us know if you have any questions. Just yesterday our CONTRIBUTING.md has been updated with a technical guide - I highly recommend checking it out. :)
PR #21816
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
BitwiseXor
operator, using the existing ov::op::v13::BitwiseXor.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 ONNX Changelog
.hpp
and.cpp
files herebitwise_xor
should be placed in opset 1 namespace.Example Pull Requests
Resources
Contact points
@mitruska @gkrivor @p-wysocki
Ticket
118977