Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JAX]: Support jax.lax.select_n operation for JAX #28025

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

11happy
Copy link

@11happy 11happy commented Dec 11, 2024

Overview:
This pull request fixes #26570.

Testing:

  • Tested the updated code.
  • Verified that other functionalities remain unaffected.
    Screenshot from 2024-12-12 00-09-17

Dependencies:

  • No dependencies on other pull requests.

CC:

@11happy 11happy requested review from a team as code owners December 11, 2024 18:40
@github-actions github-actions bot added category: TF FE OpenVINO TensorFlow FrontEnd category: JAX FE OpenVINO JAX FrontEnd labels Dec 11, 2024
@sys-openvino-ci sys-openvino-ci added the ExternalPR External contributor label Dec 11, 2024
@@ -0,0 +1,36 @@
#include "openvino/frontend/jax/node_context.hpp";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add copyright



@pytest.mark.parametrize("input_shape", [1,2,3,4,5,6,7,8,9,10])
@pytest.mark.parametrize("input_type", [np.int32, np.int64])
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please also have and test separate input type for which that can be of boolean as well

@@ -0,0 +1,41 @@
import jax
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add copyright

@rkazants
Copy link
Contributor

build_jenkins

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: JAX FE OpenVINO JAX FrontEnd category: TF FE OpenVINO TensorFlow FrontEnd ExternalPR External contributor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Good First Issue][JAX FE]: Support jax.lax.select_n operation for JAX
3 participants