aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/session_bundle/bundle_shim_test.cc
Commit message (Expand)AuthorAge
* Return model format from LoadSessionBundleOrSavedModelBundle(),Gravatar Abhijit Karmarkar2018-09-20
* Cleanup: Ran clang-format on all *.{cc,h} files in tensorflow/contrib/.../*.{...Gravatar A. Unique TensorFlower2018-01-30
* Remove a further unused proto header inclusionGravatar A. Unique TensorFlower2017-06-07
* Remove unused variables in bundle-shim test.Gravatar Sukriti Ramesh2017-03-08
* 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
* Add additional named signatures to test half_plus_two model.Gravatar Kiril Gorovoy2017-01-27
* Bug fix in SavedModel shim's named signature up-conversion for classification...Gravatar Kiril Gorovoy2017-01-13
* Remove a few ununsed functions.Gravatar Li Lao2017-01-04
* Introduce a shim function wrapping checks for possible SessionBundle orGravatar Sukriti Ramesh2016-12-22
* Replace SessionBundle half_plus_two genrule with export golden files.Gravatar Li Lao2016-12-13
* Replace saved_model_half_plus_two_data genrule with SavedModel golden files.Gravatar Li Lao2016-12-12
* 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
* Update saved-model half plus two with a Predict signature def.Gravatar Sukriti Ramesh2016-11-30
* Add flags for output dir in saved_model_half_plus_two.py. Remove static Saved...Gravatar Li Lao2016-11-28
* 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 tag constants for SavedModel cc.Gravatar Sukriti Ramesh2016-10-18
* 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
* Add regression signature to half_plus_two model.Gravatar A. Unique TensorFlower2016-10-03
* Initial version of bundle-shim to convert from SessionBundle to SavedModelBun...Gravatar Sukriti Ramesh2016-09-30