Commit Graph

9 Commits

Author SHA1 Message Date
Edward Loper
77245d07d1 Add dispatch support to more Python APIs.
PiperOrigin-RevId: 311763060
Change-Id: Ib35371483aa083e245996508a82fd13d8ac43131
2020-05-15 11:03:18 -07:00
gurpreetsingh9465
6240d91491 name=None 2019-04-17 12:36:37 +05:30
gurpreetsingh9465
aa2144b03e added name to manip ops 2019-04-17 11:41:48 +05:30
Anna R
dc8c87a5ac Removing deprecated endpoints in V2. Also, deprecating "saved_model.loader.load" which is replaced by "saved_model.load" and saved_model.main_op, which will be replaced by "saved_model.main_op" in V2.
PiperOrigin-RevId: 216788275
2018-10-11 17:22:14 -07:00
Anna R
f1fd53748b Updating function and class tf_export decorators for endpoints according to
https://github.com/tensorflow/community/pull/16.
In addition to the changes in the doc, I made the following updates (these changes make sense to me and I didn't notice them when compiling the doc):
* deprecate saved_model.builder.SavedModelBuilder - replaced with saved_model.SavedModelBuilder
* deprecate python_io.tf_record_iterator - replaced with io.tf_record_iterator
* deprecate python_io.TFRecordWriter - replaced with io.TFRecordWriter
* move reduce_join to tf.string

PiperOrigin-RevId: 215253944
2018-10-01 11:58:12 -07:00
Anna R
a8481834bb Removing @@ comments from core TensorFlow. They are no longer needed for exporting symbols to the TensorFlow API.
PiperOrigin-RevId: 194426855
2018-04-26 11:31:14 -07:00
Anna R
fe965a8502 Removing remove_undocumented calls from tensorflow/python.
PiperOrigin-RevId: 194274698
2018-04-25 11:57:31 -07:00
Anna R
d57f0213bf Add test for API generated with tf_export calls to api_compatibility_test.py.
Also, fix remaining differences between this new API and the current TensorFlow
API.

PiperOrigin-RevId: 188943768
2018-03-13 17:06:54 -07:00
Michael Case
d90054e7c0 Merge changes from github.
PiperOrigin-RevId: 184897758
2018-02-07 14:39:49 -08:00