aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/ignite
diff options
context:
space:
mode:
authorGravatar Anton Dmitriev <dmitrievanthony@gmail.com>2018-09-13 18:13:47 +0000
committerGravatar Anton Dmitriev <dmitrievanthony@gmail.com>2018-09-13 18:13:47 +0000
commitf54856b1448bed24534189e4aa2ebb9d0b4f5b9a (patch)
treee57781541dfe52b593ee38fc812db3c57dfdbbf4 /tensorflow/contrib/ignite
parentc513c04aed8790c78c46b78f90ec848555498ce4 (diff)
Apply buildifier changes.
Diffstat (limited to 'tensorflow/contrib/ignite')
-rw-r--r--tensorflow/contrib/ignite/BUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/tensorflow/contrib/ignite/BUILD b/tensorflow/contrib/ignite/BUILD
index 1adc6c6ccc..9393b702d1 100644
--- a/tensorflow/contrib/ignite/BUILD
+++ b/tensorflow/contrib/ignite/BUILD
@@ -6,14 +6,14 @@ exports_files(["LICENSE"])
load(
"//tensorflow:tensorflow.bzl",
- "tf_gen_op_wrapper_py",
- "tf_kernel_library",
+ "if_not_windows",
+ "if_windows",
"tf_custom_op_library",
"tf_custom_op_py_library",
"tf_gen_op_libs",
+ "tf_gen_op_wrapper_py",
+ "tf_kernel_library",
"tf_py_test",
- "if_not_windows",
- "if_windows",
)
py_library(
@@ -55,15 +55,15 @@ cc_library(
]) + if_windows([
"kernels/ignite_plain_client_windows.cc",
]),
+ copts = if_windows([
+ "-DWIN32_LEAN_AND_MEAN",
+ ]),
deps = [
"//tensorflow/core:framework_headers_lib",
"//third_party/eigen3",
"@boringssl//:ssl",
"@protobuf_archive//:protobuf_headers",
],
- copts = if_windows([
- "-DWIN32_LEAN_AND_MEAN",
- ]),
alwayslink = 1,
)