aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/util/tf_inspect.py
Commit message (Expand)AuthorAge
* Merge pull request #22517 from IMBurbank:masterGravatar TensorFlower Gardener2018-10-02
|\
| * Updated python3 tf_inspect.getargspec calls to use getfullargspec and repacka...Gravatar IMBurbank2018-09-27
| * Update to use python 2-3 compatible function tf_inspect.getfullargspec.Gravatar IMBurbank2018-09-25
|/
* Adds generator support directly to Keras's fit, evaluate, and predict.Gravatar A. Unique TensorFlower2018-09-11
* More getargspec cleanups.Gravatar Alexandre Passos2018-08-06
* Adding getsourcefile and getsourcelines to tf_inspect.Gravatar A. Unique TensorFlower2018-07-09
* Merge changes from github.Gravatar Yifei Feng2018-05-24
* Fix `tf_inspect.getargspec` callable objects other than functions.Gravatar Mark Daoust2018-05-24
* Support functools.partial as callable object in tf_inspect.getargspec.Gravatar A. Unique TensorFlower2018-05-17
* Merge changes from github.Gravatar Scott Zhu2018-04-13
* Lint fixes.Gravatar Martin Wicke2018-02-27
* Bring in `isbuiltin`.Gravatar A. Unique TensorFlower2018-02-26
* Add getmodule to tf_inspect.Gravatar A. Unique TensorFlower2018-02-16
* Fixes #12466. Fix getfile in cases when .py files aren't available (only .pyc...Gravatar Anna R2018-01-19
* Automated g4 rollback of changelist 179260538Gravatar Dandelion Man?2017-12-15
* Automated g4 rollback of changelist 179258973Gravatar A. Unique TensorFlower2017-12-15
* Merge changes from github.Gravatar Dandelion Man?2017-12-15
* TFE: Clearer error message when enable_eager_execution is called more than onceGravatar Shanqing Cai2017-09-15
* Introduce TFDecorator, a base class for Python TensorFlow decorators. Provide...Gravatar Charles Nicholson2017-04-21