aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools
diff options
context:
space:
mode:
authorGravatar Derek Murray <mrry@google.com>2018-09-28 08:38:53 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-28 08:46:34 -0700
commitc7bb3c3d65e4e064d53630d4b524522eed6f3f44 (patch)
tree1fd0b73ab916093c80dcd289154035bba5fb393d /tensorflow/tools
parente06783e7bb80f664c7ec9be90680ac6ddcbd598f (diff)
[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
Diffstat (limited to 'tensorflow/tools')
-rw-r--r--tensorflow/tools/pip_package/BUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/tools/pip_package/BUILD b/tensorflow/tools/pip_package/BUILD
index f1de22300b..7d925a8fef 100644
--- a/tensorflow/tools/pip_package/BUILD
+++ b/tensorflow/tools/pip_package/BUILD
@@ -67,7 +67,6 @@ COMMON_PIP_DEPS = [
"//tensorflow/contrib/data/python/kernel_tests/serialization:dataset_serialization_test_base",
"//tensorflow/contrib/data/python/kernel_tests:stats_dataset_test_base",
"//tensorflow/contrib/data/python/kernel_tests:test_utils",
- "//tensorflow/contrib/data/python/ops:contrib_op_loader",
"//tensorflow/contrib/eager/python/examples:examples_pip",
"//tensorflow/contrib/eager/python:evaluator",
"//tensorflow/contrib/gan:gan",