History log of /external/tensorflow/tensorflow/python/platform/app.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
adc9ee7150c45830eb0857f6b9e935b9672b7bb1 31-Jan-2018 Anna R <annarev@google.com> Adding tf_export decorators/calls to TensorFlow functions and constants.

PiperOrigin-RevId: 184020524
/external/tensorflow/tensorflow/python/platform/app.py
f38f92eb369b9cbb12b2c8bd0006d7fa1c64c5c0 05-Dec-2017 Yilei Yang <yileiyang@google.com> Only parse known flags in tf.app.run().

This requires absl-py 0.1.6.

Also remove the manual tag on //tensorflow/python:app_test.

PiperOrigin-RevId: 177986813
/external/tensorflow/tensorflow/python/platform/app.py
2b3ed91c200f33c2edc5e0bf01d1b217c7db09fd 14-Nov-2017 A. Unique TensorFlower <gardener@tensorflow.org> Automated g4 rollback of changelist 149812908

PiperOrigin-RevId: 175626065
/external/tensorflow/tensorflow/python/platform/app.py
2652704b576adc16b4d735f651cea1024e88b72e 06-Nov-2017 Yilei Yang <yileiyang@google.com> Replace the implementation of tf.flags with absl.flags.

Previous tf.flags implementation is based on argparse. It contains -h/--help flags, which displays all flags.
absl.app's --help flag only displays flags defined in the main module. There is a --helpfull flag that displays all flags.
So added --helpshort --helpfull flags.

app.run now raises SystemError on unknown flags (fixes #11195).

Accessing flags before flags are parsed will now raise an UnparsedFlagAccessError, instead of causing implicit flag parsing previously.

PiperOrigin-RevId: 174747028
/external/tensorflow/tensorflow/python/platform/app.py
ee8b0fe9ee6ef46f46b5517f57f6cf85ed13b978 11-Mar-2017 Eugene Brevdo <ebrevdo@google.com> Allow external code to disable run_op_benchmark's memory logging.
Change: 149812908
/external/tensorflow/tensorflow/python/platform/app.py
3efdc45a43f60ca172e7a2400d6764ac789caafd 28-Nov-2016 Patrick Nguyen <drpng@google.com> Seal tf.app's interface.
Change: 140308750
/external/tensorflow/tensorflow/python/platform/app.py
6812d46b957e32eba37c67384cc2136908d7a1ff 27-Oct-2016 Vijay Vasudevan <vrv@google.com> Parse argparse flags, then pass unparsed flags through to argv via tf.app.run()
to allow argparse + tf.flags to play nicely with each other.
Change: 137405161
/external/tensorflow/tensorflow/python/platform/app.py
f0ef4ad5cbac22ed084b73de209c865170285f5a 19-Oct-2016 Patrick Nguyen <drpng@google.com> Automated rollback of change 136540437
Change: 136547976
/external/tensorflow/tensorflow/python/platform/app.py
42bacdd75d4da44e6fa8ab87652af36512ae5ccd 19-Oct-2016 Patrick Nguyen <drpng@google.com> Seal tf.app's interface.
Change: 136540437
/external/tensorflow/tensorflow/python/platform/app.py
b0bdff4827f867a67f572ed99d85f9a847788326 26-Aug-2016 A. Unique TensorFlower <gardener@tensorflow.org> Merge changes from github.
Change: 131437429
/external/tensorflow/tensorflow/python/platform/app.py
0cf9ed3a719c0782695154d5a0bca260001cec15 02-Jun-2016 A. Unique TensorFlower <nobody@tensorflow.org> Update copyright for 3p/tf/python.
Change: 123900456
/external/tensorflow/tensorflow/python/platform/app.py
dff1e63098a0980304fe3ba1ba81cedac3362b3a 29-Mar-2016 David G. Andersen <dga@google.com> Fixing some implicit int64->32 downcast errors. (In most cases, by
having the ops explicitly return a failure that they can't handle
overly-large inputs). Most of these should never affect correct
tf programs until people get a lot more memory in their machines.
Change: 118476613
/external/tensorflow/tensorflow/python/platform/app.py
7760ce56fc3ab4ab8cdc408e29d8ad8b539c417e 11-Feb-2016 Josh Levenberg <josh11b@tensorflow.org> Get rid of some import cruft.
Change: 114374558
/external/tensorflow/tensorflow/python/platform/app.py
9c3043ff3bf31a6a81810b4ce9e87ef936f1f529 20-Nov-2015 Manjunath Kudlur <keveman@gmail.com> TensorFlow: Improve performance of Alexnet

Changes:

* error message that refers to removed `DefaultSession` method.
* -Wnull-conversion warnings
* the "_start_time" attr for recvs when the flag "--brain_enable_scheduling_for_recvs" is set.
* typo in tutorial data download progress message.
* a typo ("however their installing"=>"however installing").
* typo, rename "TensorFlow Mechanics" to "How To" to be consistent with the website.
* a typo ("subtact"=>"subtract").
* protobuf examples in comments in tensorflow::Example.proto.
* formula formatting in MNIST beginner tutorial
* negative fraction-of-queue-full stats
* protobuf inclusion path so that Android demo will build under Blaze.
* small typo (moderatly > moderately)
* Session.run() to check that tensor arguments come from the session's graph.
* another six import
* seq2seq typo in bazel command

Base CL: 108349164
/external/tensorflow/tensorflow/python/platform/app.py
f2102f4e2c1c87f1d1bf9ab856a2849c54478760 12-Nov-2015 Vijay Vasudevan <vrv@google.com> TensorFlow: upstream changes from the afternoon.

Changes:

- futurize --stage2 changes for Python 3 compatibility by @girving.

- Small updates to documentation by @vrv, schuster and others

- Account for failure of std::thread::hardware_concurrency by @ebrevdo.

- More changes for backwards-compatibility tests by Josh

- Updates to python op doc generation by Josh

- Added support for using the best-fit allocator via ConfigProto by @vrv.

- Rename LocalSession to DirectSession, since local was a bad name for
it.

- Enable tf.nn.moments() to work with tensors of unknown shape by @mrry.
GITHUB_ISSUE: 139

- Changes for Android build by Andrew.

Base CL: 107645181
/external/tensorflow/tensorflow/python/platform/app.py
61d3a958d6d83cb6037490d933b47621cc4009cc 09-Nov-2015 Vijay Vasudevan <vrv@google.com> TensorFlow: Initial steps towards python3 support, some documentation
bug fixes -- reindents to 2 for some of the files to match our internal
requirements.

Thanks to Martin Andrews for the basic_usage.md suggested fix via
Gerrit.

Base CL: 107394029
/external/tensorflow/tensorflow/python/platform/app.py
f41959ccb2d9d4c722fe8fc3351401d53bcf4900 07-Nov-2015 Manjunath Kudlur <keveman@gmail.com> TensorFlow: Initial commit of TensorFlow library.
TensorFlow is an open source software library for numerical computation
using data flow graphs.

Base CL: 107276108
/external/tensorflow/tensorflow/python/platform/app.py