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

[jax2tf] Remove backwards compatibility shims (jax2tf.shape_poly) #18876

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented Dec 8, 2023

[jax2tf] Remove backwards compatibility shims (jax2tf.shape_poly)

A while ago we moved the native exporting code out of jax2tf, to
jax.experimental.export, but we left behind shape_poly.py shim for
backwards compatibility. Now we remove this shim.

Replace previous

from jax.experimental.jax2tf import shape_poly

with

from jax.experimental.export import shape_poly

@copybara-service copybara-service bot force-pushed the test_589016201 branch 5 times, most recently from 4a266c8 to 3bc8a4c Compare December 11, 2023 15:24
@copybara-service copybara-service bot changed the title [shape_poly] Remove backwards compatibility shims [jax2tf] Remove backwards compatibility shims (jax2tf.shape_poly) Dec 11, 2023
@copybara-service copybara-service bot force-pushed the test_589016201 branch 3 times, most recently from 7c61b4b to 68299f9 Compare December 11, 2023 17:21
A while ago we moved the native exporting code out of jax2tf, to
jax.experimental.export, but we left behind shape_poly.py shim for
backwards compatibility. Now we remove this shim.

Replace previous

  from jax.experimental.jax2tf import shape_poly

with

  from jax.experimental.export import shape_poly

PiperOrigin-RevId: 589850402
@copybara-service copybara-service bot merged commit b5f852f into main Dec 11, 2023
@copybara-service copybara-service bot deleted the test_589016201 branch December 11, 2023 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant