We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83207b6 commit e086924Copy full SHA for e086924
export/orbax/export/constants.py
@@ -100,6 +100,9 @@ class ExportModelType(enum.Enum):
100
# Whether to strip XLA flags from the model.
101
STRIP_XLA_FLAGS = 'strip_xla_flags'
102
103
+# Whether to persist XLA flags in the model.
104
+PERSIST_XLA_FLAGS = 'persist_xla_flags'
105
+
106
################################################################################
107
# Proto field names
108
0 commit comments