Skip to content

Commit

Permalink
Change the namespace name to avoid using export c++ keyword on name…
Browse files Browse the repository at this point in the history
…space.

PiperOrigin-RevId: 708355966
  • Loading branch information
maxwillzq authored and Google-ML-Automation committed Dec 20, 2024
1 parent aa386f8 commit b7a1ff5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions jax/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ exports_files([
"version.py",
])

exports_files(
["third_party/py/jax/_src/export/serialization.fbs"],
)

# Packages that have access to JAX-internal implementation details.
package_group(
name = "internal",
Expand Down
2 changes: 1 addition & 1 deletion jax/_src/export/serialization.fbs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// 3. Add back the licence comment at the start
//

namespace jax.export.serialization;
namespace jax_export.serialization;

enum PyTreeDefKind: byte {
leaf = 0,
Expand Down

0 comments on commit b7a1ff5

Please sign in to comment.