From c7bb3c3d65e4e064d53630d4b524522eed6f3f44 Mon Sep 17 00:00:00 2001 From: Derek Murray Date: Fri, 28 Sep 2018 08:38:53 -0700 Subject: [tf.data] Move `tf.contrib.data` C++ code to a core "experimental" directory. NOTE: All ops and kernels previously previously defined in tensorflow/contrib/data have had their name prefixed with "Experimental" to indicate that they are not (yet) stable, and thus not subject to backwards or forwards compatibility guarantees. PiperOrigin-RevId: 214940819 --- tensorflow/python/BUILD | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tensorflow/python/BUILD') diff --git a/tensorflow/python/BUILD b/tensorflow/python/BUILD index 410b3a553a..91cafea042 100644 --- a/tensorflow/python/BUILD +++ b/tensorflow/python/BUILD @@ -1638,6 +1638,15 @@ tf_gen_op_wrapper_private_py( ], ) +tf_gen_op_wrapper_private_py( + name = "experimental_dataset_ops_gen", + visibility = [ + "//learning/brain/python/ops:__pkg__", + "//tensorflow:__subpackages__", + "//tensorflow/python/kernel_tests:__pkg__", + ], +) + tf_gen_op_wrapper_private_py( name = "image_ops_gen", visibility = ["//learning/brain/python/ops:__pkg__"], -- cgit v1.2.3