aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/rpc
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-04-18 15:02:26 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-04-18 15:05:23 -0700
commitd964834a922e77198fd387aac6c6cc5970a31e7d (patch)
treee6e5e914abf941b161d46ad4c2e940422643eccf /tensorflow/contrib/rpc
parent325ba9ece698d04082b173ba300a10623d27de96 (diff)
Merged commit includes the following changes:
193422827 by yifeif: Fix buildifier error. -- 193421691 by skyewm: Make GraphModeFunctions work with _USE_C_SHAPES=True. Tensor._handle_data is going away. This change adds special hooks for propagating the resource handle shape information through EagerTensors. -- 193421473 by A. Unique TensorFlower: Register dynamic_stitch for DT_VARIANT type. -- 193421175 by nolivia: disabling flaky tsan test -- 193420117 by nolivia: disabling flaky test in tensorflow that has no apparent culprit -- PiperOrigin-RevId: 193422827
Diffstat (limited to 'tensorflow/contrib/rpc')
-rw-r--r--tensorflow/contrib/rpc/python/kernel_tests/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/contrib/rpc/python/kernel_tests/BUILD b/tensorflow/contrib/rpc/python/kernel_tests/BUILD
index 2311c15a68..f3e6731213 100644
--- a/tensorflow/contrib/rpc/python/kernel_tests/BUILD
+++ b/tensorflow/contrib/rpc/python/kernel_tests/BUILD
@@ -28,6 +28,7 @@ py_library(
py_library(
name = "rpc_op_test_base",
srcs = ["rpc_op_test_base.py"],
+ tags = ["notsan"],
deps = [
":test_example_proto_py",
"//tensorflow/contrib/proto",