Sort load arguments in BUILD files
PiperOrigin-RevId: 279723202 Change-Id: I69ccf21d6543cfa31638678dac8f46a3e10fd101
This commit is contained in:
parent
673bbea684
commit
929d608c9a
@ -1,8 +1,8 @@
|
||||
load(
|
||||
"//tensorflow:tensorflow.bzl",
|
||||
"tf_cc_test",
|
||||
"tf_kernel_library",
|
||||
"tf_gen_op_libs",
|
||||
"tf_kernel_library",
|
||||
)
|
||||
|
||||
package(
|
||||
|
@ -15,10 +15,10 @@
|
||||
load(
|
||||
"//tensorflow:tensorflow.bzl",
|
||||
"check_deps",
|
||||
"tf_cc_binary",
|
||||
"tf_cc_test",
|
||||
"tf_copts",
|
||||
"tf_cuda_library",
|
||||
"tf_cc_binary",
|
||||
)
|
||||
|
||||
# For platform specific build config
|
||||
|
@ -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")
|
||||
|
||||
package(
|
||||
default_visibility = ["//tensorflow:internal"],
|
||||
|
@ -1,8 +1,8 @@
|
||||
load(
|
||||
"//tensorflow:tensorflow.bzl",
|
||||
"if_cuda_is_configured_compat",
|
||||
"tf_copts",
|
||||
"tf_cuda_library",
|
||||
"if_cuda_is_configured_compat",
|
||||
)
|
||||
load("//tensorflow:tensorflow.bzl", "tf_cc_test_gpu")
|
||||
load(
|
||||
|
@ -1,5 +1,5 @@
|
||||
load("@build_bazel_rules_apple//apple:ios.bzl", "ios_application", "ios_unit_test")
|
||||
load("//tensorflow/lite:special_rules.bzl", "tflite_portable_test_suite", "tflite_ios_per_kernel_test")
|
||||
load("//tensorflow/lite:special_rules.bzl", "tflite_ios_per_kernel_test", "tflite_portable_test_suite")
|
||||
|
||||
package(
|
||||
default_visibility = ["//visibility:public"],
|
||||
|
@ -1,5 +1,5 @@
|
||||
load("@build_bazel_rules_apple//apple:ios.bzl", "ios_unit_test")
|
||||
load("//tensorflow/lite:special_rules.bzl", "tflite_portable_test_suite", "tflite_ios_per_kernel_test")
|
||||
load("//tensorflow/lite:special_rules.bzl", "tflite_ios_per_kernel_test", "tflite_portable_test_suite")
|
||||
|
||||
package(
|
||||
default_visibility = ["//visibility:public"],
|
||||
|
Loading…
Reference in New Issue
Block a user