Fix buildifier
This commit is contained in:
parent
3e44a26146
commit
099c40cca6
@ -1,8 +1,8 @@
|
||||
load(
|
||||
"//tensorflow:tensorflow.bzl",
|
||||
"tf_cc_test",
|
||||
"tf_kernel_library",
|
||||
"tf_gen_op_libs",
|
||||
"tf_kernel_library",
|
||||
)
|
||||
|
||||
package(
|
||||
|
@ -1,4 +1,4 @@
|
||||
load("//tensorflow:tensorflow.bzl", "tf_cc_test", "cc_header_only_library")
|
||||
load("//tensorflow:tensorflow.bzl", "cc_header_only_library", "tf_cc_test")
|
||||
load("@local_config_cuda//cuda:build_defs.bzl", "if_cuda")
|
||||
load("//tensorflow:tensorflow.bzl", "tf_custom_op_py_library", "tf_jit_compilation_passes_extra_deps")
|
||||
load("//tensorflow/core/platform:default/build_config.bzl", "tf_additional_all_protos", "tf_proto_library")
|
||||
|
@ -1,4 +1,4 @@
|
||||
load("//tensorflow:tensorflow.bzl", "tf_cc_test", "cc_header_only_library")
|
||||
load("//tensorflow:tensorflow.bzl", "cc_header_only_library", "tf_cc_test")
|
||||
load("//tensorflow/compiler/xla:xla.bzl", "xla_proto_library")
|
||||
load(
|
||||
"//tensorflow/core/platform:default/build_config.bzl",
|
||||
|
@ -23,8 +23,8 @@ load(
|
||||
"tf_logging_absl_deps",
|
||||
"tf_platform_hdrs",
|
||||
"tf_platform_srcs",
|
||||
"tf_protobuf_deps",
|
||||
"tf_protobuf_compiler_deps",
|
||||
"tf_protobuf_deps",
|
||||
)
|
||||
load(
|
||||
"//tensorflow:tensorflow.bzl",
|
||||
|
@ -1,4 +1,4 @@
|
||||
load("//tensorflow:tensorflow.bzl", "tf_cc_test", "if_not_windows", "tf_cuda_library")
|
||||
load("//tensorflow:tensorflow.bzl", "if_not_windows", "tf_cc_test", "tf_cuda_library")
|
||||
load("//tensorflow:tensorflow.bzl", "tf_cuda_cc_test")
|
||||
|
||||
package(
|
||||
|
@ -10,9 +10,9 @@ alias(
|
||||
|
||||
load(
|
||||
"//tensorflow:tensorflow.bzl",
|
||||
"if_cuda_is_configured_compat",
|
||||
"tf_copts",
|
||||
"tf_cuda_library",
|
||||
"if_cuda_is_configured_compat",
|
||||
)
|
||||
|
||||
tf_cuda_library(
|
||||
|
@ -877,8 +877,8 @@ distribute_py_test(
|
||||
main = "minimize_loss_test.py",
|
||||
tags = [
|
||||
"multi_and_single_gpu",
|
||||
"no_rocm",
|
||||
"no_oss", # fails on this branch
|
||||
"no_rocm",
|
||||
],
|
||||
deps = [
|
||||
":mirrored_strategy",
|
||||
|
@ -259,9 +259,9 @@ cuda_py_test(
|
||||
"//tensorflow/python:training",
|
||||
],
|
||||
tags = [
|
||||
"no_mac", # fails on this branch
|
||||
"no_rocm",
|
||||
"no_windows", #TODO(b/139745667)
|
||||
"no_mac", # fails on this branch
|
||||
],
|
||||
xla_enable_strict_auto_jit = True,
|
||||
)
|
||||
|
@ -58,10 +58,10 @@ cuda_py_test(
|
||||
"//tensorflow/python:variables",
|
||||
],
|
||||
tags = [
|
||||
"no_mac",
|
||||
"no_pip",
|
||||
"notap",
|
||||
"oss_serial",
|
||||
"no_mac",
|
||||
],
|
||||
xla_enable_strict_auto_jit = False, # Node names are different with autojit
|
||||
)
|
||||
|
@ -28,9 +28,9 @@ py_test(
|
||||
python_version = "PY2",
|
||||
srcs_version = "PY2AND3",
|
||||
tags = [
|
||||
"no_mac", # fails on the branch, failed at release time too
|
||||
"no_pip",
|
||||
"no_rocm",
|
||||
"no_mac", # fails on the branch, failed at release time too
|
||||
],
|
||||
deps = [
|
||||
"//tensorflow:tensorflow_py",
|
||||
|
Loading…
Reference in New Issue
Block a user