aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/proto
Commit message (Collapse)AuthorAge
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-08-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: 209703607
* Adding descriptor source test.Gravatar Jiri Simsa2018-07-20
| | | | PiperOrigin-RevId: 205463246
* Changing the mapping between proto and TF types.Gravatar Jiri Simsa2018-07-18
| | | | PiperOrigin-RevId: 205185039
* Cleaning up test proto for `tensorflow/contrib/proto` and refactoring test code.Gravatar Jiri Simsa2018-07-12
| | | | PiperOrigin-RevId: 204397051
* Improvements to testing of proto decode / encode ops.Gravatar Jiri Simsa2018-07-11
| | | | PiperOrigin-RevId: 204132868
* Update DecodeProtoOp so that it returns explicitly specified default values ↵Gravatar A. Unique TensorFlower2018-04-19
| | | | | | for missing fields. PiperOrigin-RevId: 193600735
* Porting tests for the `decode_proto` and `encode_proto` to OS.Gravatar Jiri Simsa2018-04-16
| | | | PiperOrigin-RevId: 193070420
* Automated g4 rollback of changelist 192504411Gravatar Jiri Simsa2018-04-12
| | | | PiperOrigin-RevId: 192711501
* Automated g4 rollback of changelist 192691078Gravatar Jiri Simsa2018-04-12
| | | | PiperOrigin-RevId: 192708480
* Exposing tensorflow.contrib.proto in the pip package.Gravatar Jiri Simsa2018-04-12
| | | | PiperOrigin-RevId: 192691078
* Porting tests for the `decode_proto` and `encode_proto` to OS.Gravatar Jiri Simsa2018-04-11
| | | | PiperOrigin-RevId: 192504411
* Open sourcing proto/rpc ops.Gravatar Jiri Simsa2018-04-06
PiperOrigin-RevId: 191962572