mirror of
https://github.com/zebrajr/tensorflow.git
synced 2026-01-15 12:15:41 +00:00
Remove deps on Tensorflow in XLA
PiperOrigin-RevId: 489390169
This commit is contained in:
committed by
TensorFlower Gardener
parent
aaf9a8c236
commit
a3fbe22e4c
@@ -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,
|
||||
)
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user