Porting tests for `rpc_op` to OS.
authorJiri Simsa <jsimsa@google.com>
Fri, 13 Apr 2018 00:32:36 +0000 (17:32 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Fri, 13 Apr 2018 00:35:08 +0000 (17:35 -0700)
commitd42e4bde7ace9bb757b0fdf0e2a48c97cabe938b
treeba3d763a60d774e943f9d7c4c57e81301ecc74b5
parentfffd3ca4fcf1f54f97a7be6f225fe183ad82b0ea
Porting tests for `rpc_op` to OS.

PiperOrigin-RevId: 192698931
12 files changed:
tensorflow/contrib/BUILD
tensorflow/contrib/__init__.py
tensorflow/contrib/cmake/tf_python.cmake
tensorflow/contrib/rpc/BUILD
tensorflow/contrib/rpc/python/kernel_tests/BUILD [new file with mode: 0644]
tensorflow/contrib/rpc/python/kernel_tests/rpc_op_test.py [new file with mode: 0644]
tensorflow/contrib/rpc/python/kernel_tests/rpc_op_test_base.py [new file with mode: 0644]
tensorflow/contrib/rpc/python/kernel_tests/rpc_op_test_servicer.py [new file with mode: 0644]
tensorflow/contrib/rpc/python/kernel_tests/test_example.proto [new file with mode: 0644]
tensorflow/core/platform/default/build_config.bzl
tensorflow/tools/pip_package/BUILD
tensorflow/workspace.bzl