Remove deps on Tensorflow in XLA

PiperOrigin-RevId: 489390169
This commit is contained in:
David Dunleavy
2022-11-17 22:36:44 -08:00
committed by TensorFlower Gardener
parent aaf9a8c236
commit a3fbe22e4c
3 changed files with 2 additions and 4 deletions

View File

@@ -134,7 +134,6 @@ cc_library(
"//tensorflow/tsl/platform:env",
"//tensorflow/tsl/platform:errors",
"//tensorflow/tsl/platform:logging",
"//tensorflow/core:protos_all_cc",
] + tsl_grpc_cc_dependencies() + external_deps(),
alwayslink = 1,
)

View File

@@ -7003,9 +7003,8 @@ tf_cc_binary(
"//tensorflow/compiler/xla/pjrt:mlir_to_hlo",
"//tensorflow/compiler/xla/service/cpu:cpu_compiler",
"//tensorflow/compiler/xla/service/cpu:cpu_executable",
"//tensorflow/core:framework_internal",
"//tensorflow/core:lib_proto_parsing",
"//tensorflow/tsl/platform:env",
"//tensorflow/tsl/platform:platform_port",
"//tensorflow/tsl/util:command_line_flags",
"@llvm-project//mlir:ArithDialect",
"@llvm-project//mlir:FuncDialect",

View File

@@ -1,7 +1,7 @@
load("//tensorflow/tsl:tsl.default.bzl", "filegroup")
load("//tensorflow/compiler/mlir:glob_lit_test.bzl", "glob_lit_tests")
load(
"//tensorflow/core/platform:build_config_root.bzl",
"//tensorflow/tsl/platform:build_config_root.bzl",
"tf_cuda_tests_tags",
)