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: 708450293
  • Loading branch information
maxwillzq authored and Google-ML-Automation committed Dec 21, 2024
1 parent 4216f8f commit e560c6a
Showing 1 changed file with 1 addition and 1 deletion.
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 e560c6a

Please sign in to comment.