aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/tests/extract_image_patches_op_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/compiler/tests/extract_image_patches_op_test.py')
-rw-r--r--tensorflow/compiler/tests/extract_image_patches_op_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/compiler/tests/extract_image_patches_op_test.py b/tensorflow/compiler/tests/extract_image_patches_op_test.py
index 5529fdbb09..37061e91d1 100644
--- a/tensorflow/compiler/tests/extract_image_patches_op_test.py
+++ b/tensorflow/compiler/tests/extract_image_patches_op_test.py
@@ -44,7 +44,7 @@ class ExtractImagePatches(xla_test.XLATestCase):
strides = [1] + strides + [1]
rates = [1] + rates + [1]
- with self.test_session():
+ with self.cached_session():
image_placeholder = array_ops.placeholder(dtypes.float32)
with self.test_scope():
out_tensor = array_ops.extract_image_patches(