aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/framework/load_library.py
Commit message (Expand)AuthorAge
* Add a new function to load kernel libraries and library folders.Gravatar Gunhan Gulsoy2018-09-18
* Delete old op gen code and replace with eager op gen.Gravatar Akshay Modi2018-05-09
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Raise exception in SWIG on bad TF_Status from C API.Gravatar Skye Wanderman-Milne2018-03-30
* Add pylint check for W0611 unused-import in ci_sanity.sh and fix existing pyl...Gravatar Yifei Feng2018-02-06
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-23
* Create ScopedTFStatus to manage TF_Status lifetime.Gravatar Skye Wanderman-Milne2017-07-17
* Delete C library handle when done to avoid leaking memory.Gravatar Asim Shankar2017-03-23
* Seal errors interface.Gravatar Patrick Nguyen2016-11-06
* Fix broken lists in documentation, and back-quote more identifiers.Gravatar Patrick Nguyen2016-09-28
* Remove unnecessary imports in some python files.Gravatar A. Unique TensorFlower2016-09-19
* Migrate HttpRequest to use Env's library loading.Gravatar Jonathan Hseu2016-09-15
* Made the OpRegistry::Register function take a factory instead of aGravatar Manjunath Kudlur2016-06-16
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Implement a file factory mechanism to handle network file systems.Gravatar Manjunath Kudlur2016-04-07
* Implement a file factory mechanism to handle network file systems.Gravatar Manjunath Kudlur2016-04-06
* Implement a file factory mechanism to handle network file systems.Gravatar Manjunath Kudlur2016-04-06
* Fix GetOpList and GetPythonWrappers SWIG wrappers for Python 3.Gravatar Manjunath Kudlur2016-03-15
* Handle the case when the same custom op library is loaded twice viaGravatar Manjunath Kudlur2016-03-14
* Merge changes from github.Gravatar Vijay Vasudevan2016-02-17
* Get rid of some import cruft.Gravatar Josh Levenberg2016-02-10
* Fix python3 issuesGravatar Martin Wicke2016-02-06
* Added 'logging' import to control_flow_ops which is used in the file but not ...Gravatar A. Unique TensorFlower2016-01-05