aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/rpc
Commit message (Collapse)AuthorAge
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-21
| | | | | | | | self.test_session() has been deprecated in 9962eb5e84b15e309410071b06c2ed2d6148ed44 as its name confuses readers of the test. Moving to cached_session() instead which is more explicit about: * the fact that the session may be reused. * the session is not closed even when doing a "with self.test_session()" statement. PiperOrigin-RevId: 213944932
* Cleaning up test proto for `tensorflow/contrib/rpc`.Gravatar Jiri Simsa2018-07-12
| | | | PiperOrigin-RevId: 204307008
* Fixing concurrency issues in RPC factory.Gravatar Jiri Simsa2018-04-24
| | | | PiperOrigin-RevId: 194133903
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2018-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Porting tests for `rpc_op` to OS.Gravatar Jiri Simsa2018-04-16
| | | | PiperOrigin-RevId: 193102564
* Automated g4 rollback of changelist 192698931Gravatar Jiri Simsa2018-04-12
| | | | PiperOrigin-RevId: 192718697
* Porting tests for `rpc_op` to OS.Gravatar Jiri Simsa2018-04-12
| | | | PiperOrigin-RevId: 192698931
* Open sourcing proto/rpc ops.Gravatar Jiri Simsa2018-04-06
PiperOrigin-RevId: 191962572