aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/framework/c_api_util.py
Commit message (Expand)AuthorAge
* Add a method to list op names in an ApiDefMap.Gravatar A. Unique TensorFlower2018-05-18
* Add some python wrapper for TF_ApiDefMap.Gravatar A. Unique TensorFlower2018-05-11
* Fix TF_ImportGraphDefResults and TF_Function leaks in Python API.Gravatar Skye Wanderman-Milne2018-04-05
* Check that the c_api module is not destroyedGravatar Akshay Modi2018-04-04
* Create Python Operations for the TF_Operations created by import_graph_def.Gravatar Skye Wanderman-Milne2017-11-22
* Add ability to create Python Operation from already-constructed TF_Operation.Gravatar Skye Wanderman-Milne2017-11-20
* Basic plumbing for calling C API from import_graph_def()Gravatar Skye Wanderman-Milne2017-11-06
* Minimize python code in supporting TF_Function.Gravatar Igor Ganichev2017-10-05
* Create ScopedTFStatus to manage TF_Status lifetime.Gravatar Skye Wanderman-Milne2017-07-17