aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/batching
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <bsteiner@google.com>2018-05-24 12:23:32 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-05-24 12:27:12 -0700
commit43408f89b46bbbbf76df90eb30f47ecc71af0876 (patch)
tree1fe1796f141a168f372535829f0b565fd2e1b79a /tensorflow/contrib/batching
parent2a8b52fc0c5f1fc257ad9c042126b00edfeca705 (diff)
Mark queue related ops as having side effect
PiperOrigin-RevId: 197933941
Diffstat (limited to 'tensorflow/contrib/batching')
-rw-r--r--tensorflow/contrib/batching/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/contrib/batching/BUILD b/tensorflow/contrib/batching/BUILD
index d65c990c87..b6dae3cc1f 100644
--- a/tensorflow/contrib/batching/BUILD
+++ b/tensorflow/contrib/batching/BUILD
@@ -96,6 +96,7 @@ py_test(
name = "batch_ops_test",
size = "small",
srcs = ["python/ops/batch_ops_test.py"],
+ shard_count = 5,
srcs_version = "PY2AND3",
tags = [
"manual",