Fix buildifier

This commit is contained in:
Mihai Maruseac 2020-01-14 07:46:55 -08:00
parent 3e44a26146
commit 099c40cca6
10 changed files with 10 additions and 10 deletions
tensorflow
c/kernels
compiler
core
platform
profiler/internal
python
distribute
eager
profiler
tools/api/tests

View File

@ -1,8 +1,8 @@
load(
"//tensorflow:tensorflow.bzl",
"tf_cc_test",
"tf_kernel_library",
"tf_gen_op_libs",
"tf_kernel_library",
)
package(

View File

@ -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")

View File

@ -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",

View File

@ -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",

View File

@ -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(

View File

@ -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(

View File

@ -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",

View File

@ -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,
)

View File

@ -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
)

View File

@ -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",