aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/platform
Commit message (Expand)AuthorAge
...
* A small style fix.Gravatar Gunhan Gulsoy2017-03-30
* Create a new tempdir for each test to fix the race condition for sharded tests.Gravatar Jonathan Hseu2017-03-27
* Merge changes from github.Gravatar Martin Wicke2017-03-23
* Make sure all test temp directories are unique. This was supposed to be inGravatar Gunhan Gulsoy2017-03-21
* Make sure the temporary directory is deleted after the tests terminate.Gravatar Gunhan Gulsoy2017-03-21
* Implement get_root_dir_with_all_resources for tf.resource_loader.Gravatar Gunhan Gulsoy2017-03-14
* Allow external code to disable run_op_benchmark's memory logging.Gravatar Eugene Brevdo2017-03-10
* Merge changes from github.Gravatar Andrew Harp2017-03-01
* Update module docstrings to (consistently) link to the guide in theGravatar A. Unique TensorFlower2017-02-24
* Update Python doc strings for the new doc generator pipeline.Gravatar A. Unique TensorFlower2017-02-14
* Module docstring updates.Gravatar A. Unique TensorFlower2017-02-13
* Adding support for 'b' in mode for FileIO.Gravatar Rohan Jain2017-01-25
* More conversions of flags library to argparse.Gravatar Vijay Vasudevan2017-01-11
* Fix a bad comment.Gravatar Martin Wicke2017-01-08
* Benchmark.run_op_benchmark now also stores (memory) allocator maximum usageGravatar Eugene Brevdo2017-01-06
* Fix parsing of Python command-line arguments in tests.Gravatar Peter Hawkins2017-01-04
* Merge changes from github.Gravatar Jonathan Hseu2016-12-22
* Add tf-benchmark test for DNNClassifier.Gravatar A. Unique TensorFlower2016-12-14
* Merge changes from github.Gravatar Andrew Harp2016-12-08
* Seal tf.app's interface.Gravatar Patrick Nguyen2016-11-27
* Add missing dependencies and resolve circular dependencies.Gravatar Patrick Nguyen2016-11-23
* Extended the is_gpu_available() function to cover OpenCL GPUs in addition toGravatar Benoit Steiner2016-11-23
* Automated rollback of change 139400135Gravatar Jonathan Hseu2016-11-18
* Merge changes from github.Gravatar A. Unique TensorFlower2016-11-17
* Rename `Tensor` to `Output` in all Python docsGravatar Jonathan Hseu2016-11-16
* Seal tf.logging's interface.Gravatar Patrick Nguyen2016-11-14
* Add a new op split_v that can handle variable size splits.Gravatar A. Unique TensorFlower2016-11-10
* Seal gfile.py's interface.Gravatar Patrick Nguyen2016-11-01
* Linter fixes.Gravatar Martin Wicke2016-10-28
* If run in an interactive python environment, log to stdout (not stderr) and s...Gravatar Martin Wicke2016-10-27
* Parse argparse flags, then pass unparsed flags through to argv via tf.app.run()Gravatar Vijay Vasudevan2016-10-27
* Seal tf.test's interface.Gravatar Patrick Nguyen2016-10-20
* Seal tf.sysconfig's interface.Gravatar Patrick Nguyen2016-10-19
* Automated rollback of change 136540437Gravatar Patrick Nguyen2016-10-18
* Seal tf.resource_loader's interface.Gravatar Patrick Nguyen2016-10-18
* Seal flags.py's interface.Gravatar Patrick Nguyen2016-10-18
* Seal tf.app's interface.Gravatar Patrick Nguyen2016-10-18
* TensorBoard: Fix IOError message when file is not found.Gravatar Dan Smilkov2016-10-13
* Move the SWIG typemap for protobufs to platform/base.i.Gravatar Zongheng Yang2016-10-05
* Fix bug in pylint whitelist error check. Fix the pylint errors it missedGravatar A. Unique TensorFlower2016-10-03
* Add syntax highlighting and fix some lists in docs.Gravatar Patrick Nguyen2016-09-28
* Add test for validating argparse works with tf.flags.Gravatar Vijay Vasudevan2016-09-26
* Fix flags_test.py to remove test cases that cannot be supportedGravatar Vijay Vasudevan2016-09-22
* Remove unused files.Gravatar Yifei Feng2016-09-19
* Remove unused dependency on numpy.i.Gravatar Derek Murray2016-09-16
* Include what you use (SWIG edition): strings.i in cpp_shape_inference.iGravatar Derek Murray2016-09-16
* Add set of benchmarks for sampling from tf.contrib.distributions.MixtureGravatar Eugene Brevdo2016-09-15
* Redirecting gfile to file_io.Gravatar Rohan Jain2016-09-08
* Automated rollback of change 131768856Gravatar Gunhan Gulsoy2016-08-30
* By default make tensorflow tests try to use a gpu, if accessible.Gravatar Gunhan Gulsoy2016-08-30