History log of /external/tensorflow/tensorflow/python/training/queue_runner.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e8a129f4f974210ffd6201e5e5f4f2fdd29e79da 08-Nov-2016 Patrick Nguyen <drpng@google.com> Seal queue_runner's interface.
Change: 138568627
/external/tensorflow/tensorflow/python/training/queue_runner.py
54760a10b6a0a0dedf196337eebf51c543b53181 02-Nov-2016 Tim Harley <tharley@google.com> Register QueueRunner threads with coordinator at creation time not start time.

This fixes a race condition in coordinator.join(). Removed workaround in
QueueRunnerTest.
Change: 137933187
/external/tensorflow/tensorflow/python/training/queue_runner.py
5ad6738c5117ebc2b9384a379a38fa0fccd587a0 31-Oct-2016 A. Unique TensorFlower <gardener@tensorflow.org> Allow a QueueRunner to create_threads on multiple sessions.
Change: 137701036
/external/tensorflow/tensorflow/python/training/queue_runner.py
6e8bef5a95a8bb826e4329e7ab586f79bb290fa1 21-Oct-2016 Sherry Moore <sherrym@google.com> Added ability to export, import and copy a scoped meta graph.
Added functions to save a scoped meta graph and restore it into a different
scope.
Change: 136766406
/external/tensorflow/tensorflow/python/training/queue_runner.py
7e7e0d68ceca42900ddf378a07fff2bec6dec88d 31-Aug-2016 Eugene Brevdo <ebrevdo@google.com> Add new QueueRunner optional argument: queue_closed_exception_types.

* This is a backwards compatible change.
* Includes some extra helper functions in the tf.errors module.
* Includes extension to the QueueRunner proto
* Includes tests that QueueRunner.{from,to}_proto are backwards compatible.
Change: 131791267
/external/tensorflow/tensorflow/python/training/queue_runner.py
d4d3846d79563bf44d093fda7d011a5446cfeb4a 29-Aug-2016 A. Unique TensorFlower <gardener@tensorflow.org> Fix failures due to Tensor's __bool__ override.
Change: 131614213
/external/tensorflow/tensorflow/python/training/queue_runner.py
a0812ee71da3a86fa1bd0c6d7102a32de0b9730e 03-Aug-2016 A. Unique TensorFlower <gardener@tensorflow.org> Simplify the Coordinator API by automatically tracking the set of coordinated
threads and computing the list of threads to join automatically.
Change: 129249818
/external/tensorflow/tensorflow/python/training/queue_runner.py
0cf9ed3a719c0782695154d5a0bca260001cec15 02-Jun-2016 A. Unique TensorFlower <nobody@tensorflow.org> Update copyright for 3p/tf/python.
Change: 123900456
/external/tensorflow/tensorflow/python/training/queue_runner.py
455a27f0a64753fc83d7d91b6b33881dfcf63679 22-Apr-2016 A. Unique TensorFlower <nobody@tensorflow.org> Rename python/platform/logging.py to python/platform/tf_logging to simplify future platform refactorings
Change: 120541613
/external/tensorflow/tensorflow/python/training/queue_runner.py
ea6b59a5c4aa0147cc7e333da95234464b21cf6f 16-Apr-2016 A. Unique TensorFlower <nobody@tensorflow.org> Start the collected queue runners automatically when creating a new session in
the supervisor.

Make it innocuous to start a queue runner multiple times.
Change: 120010279
/external/tensorflow/tensorflow/python/training/queue_runner.py
5d2075f12b0b43a09a432e077334a87394933cd2 14-Apr-2016 A. Unique TensorFlower <nobody@tensorflow.org> Fix tf.train.start_queue_runners to use the passed session's graph, not the default graph.
Change: 119864421
/external/tensorflow/tensorflow/python/training/queue_runner.py
0aa874f254f9eb2fe0015f5e40423a2f8359a1e0 18-Feb-2016 Sherry Moore <sherrym@google.com> Added documentation for import_meta_graph and export_meta_graph.
Change: 115005379
/external/tensorflow/tensorflow/python/training/queue_runner.py
7760ce56fc3ab4ab8cdc408e29d8ad8b539c417e 11-Feb-2016 Josh Levenberg <josh11b@tensorflow.org> Get rid of some import cruft.
Change: 114374558
/external/tensorflow/tensorflow/python/training/queue_runner.py
0269c3690b402c63100869cbb7f8a8ea190e8c0a 06-Feb-2016 A. Unique TensorFlower <nobody@tensorflow.org> Added export_meta_graph() and import_meta_graph() for
serializing/de-serializing the graph and other Python objects necessary
restarting training, running eval, or running inference into a MetaGraphDef
protocol buffer. MetaGraphDef contains the following:
- MetaInfoDef: For storing version and other meta data associated with the
meta graph.
- GraphDef: The Graph.
- SaverDef: The Saver.
- CollectionDef
* Int64List
* FloatList
* BytesList
* NodeList
* AnyList

These are evolving APIs and subject to change.
Change: 114026857
/external/tensorflow/tensorflow/python/training/queue_runner.py
5b598e593128d2d8aedf50070f4bf6362de465d6 12-Jan-2016 Yaroslav Bulatov <yaroslavvb@google.com> Catch missing session error earlier when queue runners get called without default session
Change: 111896446
/external/tensorflow/tensorflow/python/training/queue_runner.py
cd55d4606186357affea2f892f740de93c1bd0f7 15-Dec-2015 A. Unique TensorFlower <nobody@tensorflow.org> Added 'name' property to QueueRunner.

This allows one to retrieve QueueRunners corresponding to queues in a specific
scope using tf.get_collection(tf.GraphKeys.QUEUE_RUNNERS, scope).
Change: 110169009
/external/tensorflow/tensorflow/python/training/queue_runner.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/training/queue_runner.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/training/queue_runner.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/training/queue_runner.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/training/queue_runner.py