aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/session_bundle/bundle_shim.cc
Commit message (Expand)AuthorAge
* Return model format from LoadSessionBundleOrSavedModelBundle(),Gravatar Abhijit Karmarkar2018-09-20
* Expand error-message when a valid export is not found at the specified export...Gravatar Sukriti Ramesh2018-01-04
* Replace protobuf CopyFrom with assignmentGravatar A. Unique TensorFlower2017-05-30
* Add an error message to the bundle-shim for SessionBundle deprecation.Gravatar Sukriti Ramesh2017-05-24
* Fix code that ignores tensorflow::Status.Gravatar Peter Hawkins2017-02-13
* Add functionality to populate dtype of TensorInfos in up-converted SessionBun...Gravatar Sukriti Ramesh2017-02-09
* Bug fix in SavedModel shim's named signature up-conversion for classification...Gravatar Kiril Gorovoy2017-01-13
* Add bundle-shim log messages.Gravatar Sukriti Ramesh2017-01-09
* Remove a few ununsed functions.Gravatar Li Lao2017-01-04
* Add a log message to make SavedModelBundle signature up-conversion less surpr...Gravatar Christopher Olston2016-12-27
* Introduce a shim function wrapping checks for possible SessionBundle orGravatar Sukriti Ramesh2016-12-22
* Use log warnings instead of errors for up-converting generic signatures.Gravatar Sukriti Ramesh2016-12-14
* Extend bundle-shim to up-convert all named-signatures.Gravatar Sukriti Ramesh2016-12-07
* Have ConvertSignaturesToSignatureDef() handle the case in which there are bot...Gravatar Christopher Olston2016-11-30
* Only add tensors to a signature that have non-empty names in the session_bund...Gravatar Kiril Gorovoy2016-11-17
* Change visibility of the SavedModel shim to public.Gravatar Kiril Gorovoy2016-11-16
* Fix LoadSavedModelFromLegacySessionBundlePath() to return error if LoadSessio...Gravatar Li Lao2016-11-16
* Add signature constants for SavedModel in cc.Gravatar Sukriti Ramesh2016-10-10
* Add shim that can read SavedModel bundle and session bundle.Gravatar Sukriti Ramesh2016-10-07
* Initial version of bundle-shim to convert from SessionBundle to SavedModelBun...Gravatar Sukriti Ramesh2016-09-30