[tf.data] Add a bunch of debugging for Jenkins to run on the Windows build.
authorjoel-shor <joelshor@google.com>
Mon, 30 Apr 2018 08:54:56 +0000 (11:54 +0300)
committerjoel-shor <joelshor@google.com>
Mon, 30 Apr 2018 08:54:56 +0000 (11:54 +0300)
tensorflow/contrib/data/python/ops/BUILD
tensorflow/contrib/data/python/ops/resampling.py

index 2990622..6d94a2b 100644 (file)
@@ -204,7 +204,7 @@ py_library(
         "//tensorflow/python:random_ops",
         "//tensorflow/python/data/ops:dataset_ops",
         "//third_party/py/numpy",
-        "//third_party/tensorflow/python:platform",
+        "//tensorflow/python:platform",
     ],
 )
 
index 6b9ae77..47bf6ec 100644 (file)
@@ -31,7 +31,7 @@ from tensorflow.python.ops import control_flow_ops
 from tensorflow.python.ops import logging_ops
 from tensorflow.python.ops import math_ops
 from tensorflow.python.ops import random_ops
-from google3.third_party.tensorflow.python.platform import tf_logging as logging
+from tensorflow.python.platform import tf_logging as logging
 
 
 def rejection_resample(class_func, target_dist, initial_dist=None, seed=None):