aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/framework/meta_graph.py
Commit message (Expand)AuthorAge
* Add estimator in contrib that loads its model function from a SavedModel.Gravatar Katherine Wu2018-07-25
* Automated rollback of commit 8257891f378027a1a7c0403ba6ba0aeb313496a0Gravatar Katherine Wu2018-07-20
* Add estimator in contrib that loads its model function from a SavedModel.Gravatar Katherine Wu2018-07-20
* Clarify error encountered when serializing critical_section_executions is a w...Gravatar A. Unique TensorFlower2018-04-24
* When import_scoped_meta_graph is called within a name scope,Gravatar A. Unique TensorFlower2018-03-25
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* Share Variable objects among collections when importing metagraphs.Gravatar A. Unique TensorFlower2018-02-19
* "frame_name" attr must be altered when importing/exporting MetaGraphDefs.Gravatar Skye Wanderman-Milne2018-02-05
* Fix the scope to prepend to names when importing metagraphs.Gravatar A. Unique TensorFlower2018-01-03
* meta_graph export: Add support to strip default valued attributes.Gravatar A. Unique TensorFlower2018-01-02
* Always include the function library when exporting a MetaGraphDef.Gravatar Derek Murray2017-12-05
* Fixed two bugs when importing MetaGraphDefs that contain ResourceVariables.Gravatar A. Unique TensorFlower2017-11-28
* When Eager Execution is enabled, TensorFlow now no longer relies on global co...Gravatar Ali Yahya2017-09-14
* Added proto function for LOCAL_VARIABLES and MODEL_VARIABLES.Gravatar Sherry Moore2017-06-12
* Corrected comment: import_scoped_metagraph does not return a Saver.Gravatar A. Unique TensorFlower2017-06-05
* Fix create_meta_graph to respect an empty collection_list.Gravatar A. Unique TensorFlower2017-06-05
* Add option to strip unused SaverDefs and associated nodes during export.Gravatar David Soergel2017-05-25
* Fix importing a scoped metagraph into a graph that has an active name scope.Gravatar A. Unique TensorFlower2017-05-15
* Allow importers of scoped metagraphs to specify collections to restore with a...Gravatar A. Unique TensorFlower2017-05-03
* Adding support for 'b' in mode for FileIO.Gravatar Rohan Jain2017-01-25
* Improved error report when importing a sub-meta-graphdef with missing inputs.Gravatar A. Unique TensorFlower2017-01-17
* Fix reference to now-deleted function field.Gravatar A. Unique TensorFlower2017-01-12
* Add missing dependencies and resolve circular dependencies.Gravatar Patrick Nguyen2016-11-23
* Automated rollback of change 139400135Gravatar Jonathan Hseu2016-11-18
* Adding __version__ and __git_version__ information into saved meta graphs.Gravatar A. Unique TensorFlower2016-11-17
* Rename `Tensor` to `Output` in all Python docsGravatar Jonathan Hseu2016-11-16
* Replace usages all_variables -> global_variables, GraphKeys.VARIABLES -> Grap...Gravatar Illia Polosukhin2016-11-04
* Added clear_devices option for export_scoped_meta_graph().Gravatar Sherry Moore2016-10-31
* Added missing call to strip_scope_name for WhileContext frames.Gravatar Sherry Moore2016-10-28
* Added ability to export, import and copy a scoped meta graph.Gravatar Sherry Moore2016-10-20
* Allow writing the MetaGraphDef to an event summary.Gravatar Eugene Brevdo2016-10-06