From 8530167f68673fa756565c0394bbe2dcdc39db05 Mon Sep 17 00:00:00 2001 From: Anton Dmitriev Date: Fri, 24 Aug 2018 16:52:07 +0300 Subject: Add IgniteDataset that allows to work with Apache Ignite. --- tensorflow/BUILD | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tensorflow/BUILD') 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( -- cgit v1.2.3