aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/cc/saved_model
Commit message (Collapse)AuthorAge
* Replaced calls to tensorflow::StringPiece::ToString with std::string ↵Gravatar A. Unique TensorFlower2018-08-27
| | | | | | | | | | conversions. That is, instances of sp.ToString() are replaced with string(sp). This will allow tensorflow::StringPiece::ToString to be removed, which is necessary before it can be replaced with absl::string_view. PiperOrigin-RevId: 210394878
* Replaced calls to tensorflow::StringPiece::ToString with string conversions.Gravatar A. Unique TensorFlower2018-08-22
| | | | | | | | That is, instances of sp.ToString() are replaced with string(sp). This will allow tensorflow::StringPiece::ToString to be removed, which is necessary before it can be replaced with absl::string_view. PiperOrigin-RevId: 209806694
* make the line shorterGravatar Peng Yu2018-08-07
|
* Slightly modify error messageGravatar Jonathan Hseu2018-07-31
|
* address commentsGravatar Peng Yu2018-07-31
|
* Add extra log for failing to load variable purposeGravatar Peng Yu2018-07-31
|
* Have the SavedModel loader use Session's Make/Run/ReleaseCallable() API ↵Gravatar Christopher Olston2018-07-26
| | | | | | instead of Run(), to avoid leaving behind non-GC'ed state after model initialization. PiperOrigin-RevId: 206266841
* The SavedModel legacy_init_op and main_op are functionally equivalent. Here, ↵Gravatar Karmel Allison2018-07-25
| | | | | | we remove duplicated code paths by mapping legacy_init_op into main_op in the SavedModelBuilder, and we deprecate the legacy_init_op arg. Note that the loader will still look for both, so old SavedModels will still load without trouble. PiperOrigin-RevId: 206026743
* Automated rollback of commit cf94a46c34f8568608d78b77e9a1c4369ebcafa2Gravatar Karmel Allison2018-07-23
| | | | PiperOrigin-RevId: 205746329
* The SavedModel legacy_init_op and main_op are functionally equivalent. Here, ↵Gravatar Karmel Allison2018-07-23
| | | | | | we remove duplicated code paths by mapping legacy_init_op into main_op in the SavedModelBuilder, and we deprecate the legacy_init_op arg. Note that the loader will still look for both, so old SavedModels will still load without trouble. PiperOrigin-RevId: 205728344
* Update `reader` dependencies such that the SavedModel loader still works on ↵Gravatar A. Unique TensorFlower2018-07-19
| | | | | | mobile. PiperOrigin-RevId: 205248073
* TF SavedModel: Split off a reader from the loader moduleGravatar A. Unique TensorFlower2018-07-13
| | | | PiperOrigin-RevId: 204468340
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-04-02
| | | | | | | | tensorflow::str_util equivalents. This will allow the deprecated methods to be removed. PiperOrigin-RevId: 191350894
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
| | | | PiperOrigin-RevId: 190878279
* Automated g4 rollback of changelist 183874527Gravatar A. Unique TensorFlower2018-02-01
| | | | PiperOrigin-RevId: 184236409
* Automated g4 rollback of changelist 183846994Gravatar A. Unique TensorFlower2018-01-30
| | | | PiperOrigin-RevId: 183874527
* TensorFlow SavedModel loader: avoid segmentation fault when NewSession ↵Gravatar A. Unique TensorFlower2018-01-30
| | | | | | returns null PiperOrigin-RevId: 183846994
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
| | | | | | They don't make sense in the open source repository. PiperOrigin-RevId: 183140889
* No public changeGravatar A. Unique TensorFlower2018-01-04
| | | | PiperOrigin-RevId: 180842567
* SavedModel tag logging.Gravatar Sukriti Ramesh2017-12-18
| | | | PiperOrigin-RevId: 179460064
* Add tpu saved model tags. No cpu tag is added because cpu is assumed to be ↵Gravatar A. Unique TensorFlower2017-11-21
| | | | | | the implicit device. PiperOrigin-RevId: 176544698
* Automated g4 rollback of changelist 172051437Gravatar A. Unique TensorFlower2017-10-17
| | | | PiperOrigin-RevId: 172493077
* Fix build issue when tf/core:framework on an Android build.Gravatar Kiril Gorovoy2017-10-13
| | | | PiperOrigin-RevId: 172127789
* Make SavedModel loading forward compatible by removing default attributes ↵Gravatar Kiril Gorovoy2017-10-12
| | | | | | from the graph def that were not present in the consumer (server). PiperOrigin-RevId: 172051437
* Add SavedModel tag-constant for gpu.Gravatar Sukriti Ramesh2017-06-20
| | | | PiperOrigin-RevId: 159600621
* Update error message when tag-set not found to include supplied tags.Gravatar Sukriti Ramesh2017-06-20
| | | | PiperOrigin-RevId: 159585607
* Add a constant for "assets.extra" in SavedModel.Gravatar Sukriti Ramesh2017-06-19
| | | | PiperOrigin-RevId: 159444552
* Remove unused protobuf header inclusionsGravatar A. Unique TensorFlower2017-06-06
| | | | PiperOrigin-RevId: 158120864
* Add option to strip unused SaverDefs and associated nodes during export.Gravatar David Soergel2017-05-25
| | | | PiperOrigin-RevId: 157177502
* Merge changes from github.Gravatar A. Unique TensorFlower2017-05-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | END_PUBLIC --- Commit c2b8927f2 authored by Dandelion Man?<dandelion@google.com> Committed by TensorFlower Gardener<gardener@tensorflow.org>: Fix another d3v4 regression in the graph visualizer. PiperOrigin-RevId: 156343038 --- Commit 170f0b350 authored by Peter Hawkins<phawkins@google.com> Committed by TensorFlower Gardener<gardener@tensorflow.org>: [TF:XLA] Add XLA implementation of ResourceStridedSliceAssign. PiperOrigin-RevId: 156341053 --- Commit 1390dd68f authored by Vijay Vasudevan<vrv@google.com> Committed by TensorFlower Gardener<gardener@tensorflow.org>: When Op Type is not registered, log the hostname of the machine that it is running on in the error message, since the message could be routed back during a failure on a remote binary, and it is hard to tell which machine it came from. Ideally, we'd somehow log the name of the binary running instead, but we don't have a function to get that right now. PiperOrigin-RevId: 156337679 --- Commit 9ca8a151b authored by A. Unique TensorFlower<gardener@tensorflow.org> Committed by TensorFlower Gardener<gardener@tensorflow.org>: Internal change. PiperOrigin-RevId: 156335942 --- Commit 40255434c authored by Martin Wicke<wicke@google.com> Committed by TensorFlower Gardener<gardener@tensorflow.org>: Deprecate contrib/learn/dataframe. To be removed June 15. PiperOrigin-RevId: 156333930 --- Commit 7f71b7fbe authored by A. Unique TensorFlower<gardener@tensorflow.org> Committed by TensorFlower Gardener<gardener@tensorflow.org>: BEGIN_PUBLIC Automated g4 rollback of changelist 156123287 PiperOrigin-RevId: 156503903
* Add support for SavedModel on Android.Gravatar A. Unique TensorFlower2017-03-27
| | | | Change: 151352935
* saved_model: Add a loader_lite target.Gravatar A. Unique TensorFlower2017-03-21
| | | | Change: 150777144
* Add initial support for main-op in SavedModel C++.Gravatar Sukriti Ramesh2017-03-20
| | | | Change: 150651883
* Add a classification signature to the test saved_model_half_plus_two_model.Gravatar Kiril Gorovoy2017-03-10
| | | | | Test using this classification signature using the Predict API. Change: 149769547
* Fix code that ignores tensorflow::Status.Gravatar Peter Hawkins2017-02-13
| | | | | Add a new tensorflow::Status::IgnoreError() method to mark call sites where a Status has been intentionally ignored. Change: 147402405
* Update SavedModel C++ loader to allow graphs without variables.Gravatar Sukriti Ramesh2017-02-11
| | | | Change: 147247341
* Update SavedModel half_plus_two data and generation code.Gravatar Sukriti Ramesh2017-02-04
| | | | Change: 146565394
* Add additional named signatures to test half_plus_two model.Gravatar Kiril Gorovoy2017-01-27
| | | | Change: 145801253
* Automated rollback of change 141461172Gravatar Li Lao2017-01-19
| | | | Change: 145017462
* Update C++ API comments to be more Doxygen friendly.Gravatar Skye Wanderman-Milne2017-01-17
| | | | | | | | | | | | This patch: - Updates // comments to ///. I manually reverted some comments that shouldn't be docs (e.g. TODOs), but may have missed some. - Indents code blocks so they get formatted as such in the docs. - Removes /* */ comments from example code since it messes up Doxygen. - Puts a space between {{ and }} since it messes up devsite. - Adds some // START_SKIP_DOXYGEN and // END_SKIP_DOXYGEN comments for functions that aren't part of the public API (incomplete) This will likely require further small fixups, but this gets something to be generated. Change: 144749351
* Replace saved_model_half_plus_two_data genrule with SavedModel golden files.Gravatar Li Lao2016-12-12
| | | | Change: 141847925
* Disable all tests depending on *half_plus_two* genrules.Gravatar Gunhan Gulsoy2016-12-08
| | | | Change: 141461172
* Update test for existing but invalid export location in SavedModel.Gravatar Sukriti Ramesh2016-12-06
| | | | Change: 141234610
* Fix metric definitions in SavedModel.Gravatar Sukriti Ramesh2016-12-02
| | | | Change: 140854331
* Add flags for output dir in saved_model_half_plus_two.py. Remove static ↵Gravatar Li Lao2016-11-28
| | | | | | Saved Model of half plus two and its dependency. Change: 140441828
* Change visibility of the SavedModel shim to public.Gravatar Kiril Gorovoy2016-11-16
| | | | | Delete bundle_shim_constants.h and use the new constant in signature_constants.h instead. Change: 139399882
* Change FileExists to return tensorflow::Status.Gravatar Jonathan Hseu2016-11-04
| | | | | | | | | | | Also done separately by @llhe at github.com/tensorflow/tensorflow/pull/5370. We needed to do this change internally to fix all callers. Motivation: The existing FileExists interface doesn't allow callers to distinguish between file not found vs. filesystem errors. Semantics changes: - gfile.Exists in Python now throws an exception for filesystem errors. It continues to return true/false if it can accurately determine whether a file exists. - RecursivelyCreateDir now returns errors for filesystem errors when calling FileExists. Change: 138224013
* Add readme for SavedModel in C++.Gravatar Sukriti Ramesh2016-11-04
| | | | Change: 138194799
* Add support for legacy init op and asset file defs in SavedModel cc.Gravatar Sukriti Ramesh2016-10-25
| | | | Change: 137172757
* Add tag constants for SavedModel cc.Gravatar Sukriti Ramesh2016-10-18
| | | | Change: 136521066