Commit 25429542 authored by Lucy Fox's avatar Lucy Fox Committed by A. Unique TensorFlower
Browse files

Fix typo in MLIR bridge flag definition.

PiperOrigin-RevId: 326739356
parent b350226e
......@@ -88,7 +88,7 @@ def define_flags():
# Enables MLIR-based TF/XLA bridge. This is part of a soft rollout and will
# eventually be the Google-wide default.
flags.DEFINE_bool("enable_mlir_bridge", True,
"Use MLIR TF/XLA bridge (experimental) -- NHNet.")
"Use MLIR TF/XLA bridge (experimental).")
# pylint: disable=protected-access
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment