Do not build with TFLite MLIR converter by default.

PiperOrigin-RevId: 261388784
This commit is contained in:
Nupur Garg 2019-08-02 14:12:09 -07:00 committed by TensorFlower Gardener
parent 50396e0d8e
commit 25a02eadb2
2 changed files with 2 additions and 1 deletions

View File

@ -141,6 +141,7 @@ py_test(
srcs = ["lite_mlir_test.py"],
srcs_version = "PY2AND3",
tags = [
"no_oss",
"no_windows",
],
deps = [

View File

@ -2525,7 +2525,7 @@ def if_mlir(if_true, if_false = []):
# TODO(b/138724071): Remove when build is stable.
def if_mlir_tflite(if_true, if_false = []):
return if_true # Internally we always build with MLIR.
return if_mlir(if_true, if_false)
def tfcompile_extra_flags():
return ""