Add a function lowering pass for TF dialect to TRD dialect.

PiperOrigin-RevId: 281198151
Change-Id: Ic5f5a59bb96c8f0c27f3f0594dc1991c7f1ee47c
This commit is contained in:
A. Unique TensorFlower 2019-11-18 18:13:07 -08:00 committed by TensorFlower Gardener
parent 67cf49948c
commit 22b4651ae0

View File

@ -11,6 +11,7 @@ package_group(
includes = ["@local_config_mlir//:subpackages"], includes = ["@local_config_mlir//:subpackages"],
packages = [ packages = [
"//tensorflow/compiler/...", "//tensorflow/compiler/...",
"//tensorflow/core/tfrt_delegate/...",
"//tensorflow/python/...", "//tensorflow/python/...",
], ],
) )