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 d966ddf commit a93191cCopy full SHA for a93191c
export/orbax/export/constants.py
@@ -97,9 +97,13 @@ class ExportModelType(enum.Enum):
97
# Mesh for the model.
98
JAX_MESH = 'jax_mesh'
99
100
+# TODO: b/459991985 - Remove this flag and use PERSIST_XLA_FLAGS instead.
101
# Whether to strip XLA flags from the model.
102
STRIP_XLA_FLAGS = 'strip_xla_flags'
103
104
+# Whether to persist XLA flags in the model.
105
+PERSIST_XLA_FLAGS = 'persist_xla_flags'
106
+
107
################################################################################
108
# Proto field names
109
0 commit comments