Always create a Rendezvous in RemoteCallOp.
authorDerek Murray <mrry@google.com>
Sat, 9 Dec 2017 01:26:49 +0000 (17:26 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Sat, 9 Dec 2017 01:30:21 +0000 (17:30 -0800)
commitd85eec050f83e25b4d70fefd0f04dbf69c20f904
tree4ee9e12f90a6f6e4744a9afa3562b46fa41ff3e4
parent922fbb5ce22404e529860194b40d1c6e3bcaf93d
Always create a Rendezvous in RemoteCallOp.

This change does not affect existing functionality, and enables RemoteCallOp to work in environments where a Rendezvous is not necessarily available (e.g. in a function called from an IteratorContext).

PiperOrigin-RevId: 178449551
tensorflow/core/kernels/function_ops.cc