aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/BUILD
diff options
context:
space:
mode:
authorGravatar Anton Dmitriev <dmitrievanthony@gmail.com>2018-08-24 16:52:07 +0300
committerGravatar Anton Dmitriev <dmitrievanthony@gmail.com>2018-09-11 10:01:10 +0000
commit8530167f68673fa756565c0394bbe2dcdc39db05 (patch)
tree5a638081c9c6571afbd2133a9e8d5b753c1dbad9 /tensorflow/BUILD
parente18f84a394bcbde62b344a3b32e8d8fd248fea58 (diff)
Add IgniteDataset that allows to work with Apache Ignite.
Diffstat (limited to 'tensorflow/BUILD')
-rw-r--r--tensorflow/BUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/tensorflow/BUILD b/tensorflow/BUILD
index 386e0096ff..6c29c78793 100644
--- a/tensorflow/BUILD
+++ b/tensorflow/BUILD
@@ -248,6 +248,12 @@ config_setting(
visibility = ["//visibility:public"],
)
+config_setting(
+ name = "with_ignite_support",
+ define_values = {"with_ignite_support": "true"},
+ visibility = ["//visibility:public"],
+)
+
# Crosses between platforms and file system libraries not supported on those
# platforms due to limitations in nested select() statements.
config_setting(