Do not build with TFLite MLIR converter by default.
PiperOrigin-RevId: 261388784
This commit is contained in:
parent
50396e0d8e
commit
25a02eadb2
@ -141,6 +141,7 @@ py_test(
|
||||
srcs = ["lite_mlir_test.py"],
|
||||
srcs_version = "PY2AND3",
|
||||
tags = [
|
||||
"no_oss",
|
||||
"no_windows",
|
||||
],
|
||||
deps = [
|
||||
|
@ -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 ""
|
||||
|
Loading…
Reference in New Issue
Block a user