STT-tensorflow/tensorflow/python/training
Vijay Vasudevan eb5e56e479 TensorFlow: Upstream changes to git.
Change 109344341
	Teach ./configure about Python 3 (and other minor Python 3 issues)

	./configure now writes bazel.rc based on a bazel.rc.template, which gives us a
	place to tell bazel which version of Python we were using.

	Also fix a few tests whose Python 3 support had degraded.

	The only thing left before we have Python 3 support is

	  https://github.com/google/protobuf/pull/1023
Change 109343002
	Update ops.pbtxt to reflect 109321497.
Change 109342838
	Do memory deallocation outside the critical section in gpu_event_mgr.cc.
Change 109334210
	PTB LSTM example: use slicing instead of splitting the inputs.
Change 109332238
	Cleanup TensorBoard local development environment
Change 109331051
	Use __all__ in __init__.py to restrict exported modules

	Specifically, __all__ is now anything that (1) doesn't begin with an underscore
	and (2) isn't a non-whitelisted module.

	This fixes one tiny piece of b/25561952.  Specifically, the following no longer
	exist: tf.np, tf.math_ops, and tf.variables.  tf.ops and tf.tensor_util still
	exist but shouldn't; that will have to wait for a later CL.
Change 109327154
	tf.tuple allow Tensors to be passed in as control_inputs like tf.control_dependencies.
Change 109324239
	Make tf.control_dependencies(None) clear the control dependencies.
	Use that to prevent ops created for Variables to inherit the current
	control dependencies.

	This fixes issues when using ExponentialMovingAverages with control
	dependencies.
Change 109323719
	Added support for boolean tf.scatter_update.

Base CL: 109348398
2015-12-03 14:39:42 -08:00
..
__init__.py TensorFlow: Upstream a batch of changes to git. 2015-11-09 18:42:53 -08:00
adagrad_test.py TensorFlow: upstream changes to git 2015-12-01 13:26:53 -08:00
adagrad.py TensorFlow: Upstream changes to git 2015-11-25 08:48:47 -08:00
adam_test.py TensorFlow: upstream changes to git 2015-12-01 13:26:53 -08:00
adam.py TensorFlow: Upstream changes to git. 2015-12-03 14:39:42 -08:00
checkpoint_state.proto TensorFlow: Upstream latest changes to Git. 2015-11-06 18:37:11 -08:00
coordinator_test.py TensorFlow: Improve performance of Alexnet 2015-11-20 10:30:41 -08:00
coordinator.py TensorFlow: Upstream changes to git. 2015-12-03 14:39:42 -08:00
ftrl_test.py TensorFlow: Improve performance of Alexnet 2015-11-20 10:30:41 -08:00
ftrl.py TensorFlow: Upstream changes to git 2015-11-25 08:48:47 -08:00
gradient_descent_test.py TensorFlow: upstream changes to git 2015-12-01 13:26:53 -08:00
gradient_descent.py TensorFlow: Improve performance of Alexnet 2015-11-20 10:30:41 -08:00
input_test.py TensorFlow: upstream changes to git 2015-12-01 13:26:53 -08:00
input.py TensorFlow: upstream changes to git 2015-12-01 13:26:53 -08:00
learning_rate_decay_test.py TensorFlow: Upstream changes to git 2015-11-25 08:48:47 -08:00
learning_rate_decay.py TensorFlow: Improve performance of Alexnet 2015-11-20 10:30:41 -08:00
momentum_test.py TensorFlow: upstream changes to git 2015-12-01 13:26:53 -08:00
momentum.py TensorFlow: Improve performance of Alexnet 2015-11-20 10:30:41 -08:00
moving_averages_test.py TensorFlow: Upstream changes to git. 2015-12-03 14:39:42 -08:00
moving_averages.py TensorFlow: Upstream changes to git 2015-11-25 08:48:47 -08:00
optimizer_test.py TensorFlow: upstream changes to git 2015-12-01 13:26:53 -08:00
optimizer.py TensorFlow: upstream changes to git 2015-12-01 13:26:53 -08:00
queue_runner_test.py TensorFlow: Improve performance of Alexnet 2015-11-20 10:30:41 -08:00
queue_runner.py TensorFlow: Improve performance of Alexnet 2015-11-20 10:30:41 -08:00
rmsprop_test.py TensorFlow: Improve performance of Alexnet 2015-11-20 10:30:41 -08:00
rmsprop.py TensorFlow: Improve performance of Alexnet 2015-11-20 10:30:41 -08:00
saver_test.py TensorFlow: Upstream changes to git 2015-11-25 08:48:47 -08:00
saver.proto TensorFlow: Initial commit of TensorFlow library. 2015-11-06 16:27:58 -08:00
saver.py TensorFlow: upstream changes to git 2015-12-01 13:26:53 -08:00
summary_io.py TensorFlow: Upstream changes to git 2015-11-25 08:48:47 -08:00
summary_writer_test.py TensorFlow: Improve performance of Alexnet 2015-11-20 10:30:41 -08:00
training_ops_test.py TensorFlow: Upstream changes to git 2015-11-25 08:48:47 -08:00
training_ops.py TensorFlow: Improve performance of Alexnet 2015-11-20 10:30:41 -08:00
training_util.py TensorFlow: Upstream changes to git 2015-11-25 08:48:47 -08:00
training.py TensorFlow: Improve performance of Alexnet 2015-11-20 10:30:41 -08:00