aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/framework/importer.py
Commit message (Expand)AuthorAge
* Fix documentation.Gravatar A. Unique TensorFlower2018-10-05
* Updating function and class tf_export decorators for endpoints according toGravatar Anna R2018-10-01
* Remove usage of magic-api-link syntax from source files.Gravatar Mark Daoust2018-08-09
* 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
* Guard ops modification and Session.run with a group lock. This lock allows mu...Gravatar Priya Gupta2018-06-25
* Remove C API staging from importer.py.Gravatar Skye Wanderman-Milne2018-05-17
* Clarify error message when importing a GraphDef with unknown ops.Gravatar Malcolm Reynolds2018-04-24
* Lazily evaluate shapes with the C API enabled.Gravatar Skye Wanderman-Milne2018-04-05
* Fix TF_ImportGraphDefResults and TF_Function leaks in Python API.Gravatar Skye Wanderman-Milne2018-04-05
* Raise exception in SWIG on bad TF_Status from C API.Gravatar Skye Wanderman-Milne2018-03-30
* C API: fix device + colocation edge case in import_graph_defGravatar Skye Wanderman-Milne2018-03-20
* Make _USE_C_API = True and_USE_C_SHAPES = False work with import_graph_def.Gravatar Skye Wanderman-Milne2018-03-19
* Make graph construction work while graph is being concurrently run.Gravatar Skye Wanderman-Milne2018-03-06
* import_graph_def: support "absolute" names with the C API enabled.Gravatar Skye Wanderman-Milne2018-02-09
* Make import_graph_def add default attr values with the C API enabled.Gravatar Skye Wanderman-Milne2018-02-09
* Add C0301 line-too-long error to pylint sanity check.Gravatar Yifei Feng2018-01-26
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-23
* Remove private Operation._input_dtypes alias.Gravatar Skye Wanderman-Milne2018-01-16
* Refactor Graph._create_op_from_tf_operation to not depend on the op's inputsGravatar Skye Wanderman-Milne2017-12-14
* Raise exception on missing unused input_map keys with C API enabled.Gravatar Skye Wanderman-Milne2017-12-12
* Make import_graph_def import functions with C API enabled.Gravatar Skye Wanderman-Milne2017-12-07
* Uniquify names and prefixes in import_graph_def with C API enabled.Gravatar Skye Wanderman-Milne2017-12-06
* Make 'producer_op_list' argument to import_graph_def work with C API.Gravatar Skye Wanderman-Milne2017-12-01
* Implement Python-specific device and colocation logic in import_graph_def wit...Gravatar Skye Wanderman-Milne2017-11-30
* Make 'input_map' argument to import_graph_def work with C API.Gravatar Skye Wanderman-Milne2017-11-28
* Make 'name' and 'return_elements' arguments to import_graph_def work with C API.Gravatar Skye Wanderman-Milne2017-11-22
* Create Python Operations for the TF_Operations created by import_graph_def.Gravatar Skye Wanderman-Milne2017-11-22
* Basic plumbing for calling C API from import_graph_def()Gravatar Skye Wanderman-Milne2017-11-06
* Break out some import_graph_def logic into helper functionsGravatar Skye Wanderman-Milne2017-11-03
* Add C API if/else in import_graph_def in approximately the right placeGravatar Skye Wanderman-Milne2017-11-03
* Deprecate op_dict argument to import_graph_defGravatar Skye Wanderman-Milne2017-10-06
* Make the test for "unused inputs" more precise in `tf.import_graph_def()`.Gravatar Derek Murray2017-07-13
* python import_graph_def: keep track of multiple colocations and fillGravatar Vijay Vasudevan2017-06-13
* Fix a bug in importing for colocation's interaction with udf device fns.Gravatar Vijay Vasudevan2017-06-09
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Use _DefinedFunction.add_to_graph() call inside importer.Gravatar A. Unique TensorFlower2017-05-23
* Merge changes from github.Gravatar Benoit Steiner2017-05-11
* Make import_graph_def work with functionsGravatar Skye Wanderman-Milne2017-03-01
* Remove the use of private name scope inside tf.import_graph_def() when input_...Gravatar A. Unique TensorFlower2017-02-22
* Fix links according to new convention.Gravatar Patrick Nguyen2017-02-14
* Merge changes from github.Gravatar Benoit Steiner2017-02-08
* Raise better error for missing ops when importing, to address #5639Gravatar Pete Warden2016-12-07
* Automated rollback of change 139400135Gravatar Jonathan Hseu2016-11-18
* Makes some ref-related dtype methods private.Gravatar A. Unique TensorFlower2016-11-17
* Rename `Tensor` to `Output` in all Python docsGravatar Jonathan Hseu2016-11-16
* Add a few more ops with incorrect shape functions to exception.Gravatar Vijay Vasudevan2016-10-27
* Switch Accumulator ops to use C++ shape functions.Gravatar A. Unique TensorFlower2016-10-24
* update some paths in commentsGravatar A. Unique TensorFlower2016-09-27