Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
69c092e9
Commit
69c092e9
authored
Aug 14, 2020
by
Lucy Fox
Committed by
A. Unique TensorFlower
Aug 14, 2020
Browse files
Fix typo in MLIR bridge flag definition.
PiperOrigin-RevId: 326739356
parent
69062277
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/nlp/nhnet/trainer.py
official/nlp/nhnet/trainer.py
+1
-1
No files found.
official/nlp/nhnet/trainer.py
View file @
69c092e9
...
@@ -88,7 +88,7 @@ def define_flags():
...
@@ -88,7 +88,7 @@ def define_flags():
# Enables MLIR-based TF/XLA bridge. This is part of a soft rollout and will
# Enables MLIR-based TF/XLA bridge. This is part of a soft rollout and will
# eventually be the Google-wide default.
# eventually be the Google-wide default.
flags
.
DEFINE_bool
(
"enable_mlir_bridge"
,
True
,
flags
.
DEFINE_bool
(
"enable_mlir_bridge"
,
True
,
"Use MLIR TF/XLA bridge (experimental)
-- NHNet
."
)
"Use MLIR TF/XLA bridge (experimental)."
)
# pylint: disable=protected-access
# pylint: disable=protected-access
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment