STT-tensorflow/tensorflow/python/platform
Vijay Vasudevan a4806a3fba TensorFlow: upstream changes to git.
Change 109321497
	Move all images to images directory to make docs versioning easier
	- adjust all paths in the docs to point to the new locations
	- remove some now redundant section-order tags added for the old website
Change 109317807
	Added a kernel op to compute the eigendecomposition of a self-adjoint matrix.

	Added a new kernel op called self_adjoint_eig (and a batch_self_adjoint_eig) that
	computes the eigendecomposition of a self-adjoint matrix. The return value is
	the concatenation of the eigenvalues as a row vector, and the eigenvectors.
Change 109310773
	Change `_read32()` in the MNIST input example to return an int.

	Currently we return a 1-D numpy array with 1 element. Numpy has
	recently deprecated the ability to treat this as a scalar, and as a
	result this tutorial fails. The fix returns the 0th element of the
	array instead.
Change 109301269
	Re-arrange TensorBoard demo files.
Change 109273589
	add ci_build for ci.tensorflow.org
Change 109260293
	Speed up NodeDef -> OpKernel process by not spending time generating
	an error message for missing "_kernel" attr that will be thrown away.
Change 109257179
	TensorFlow:make event_file_loader_test hermetic by using tempfile
	instead of fixed filenames.  Without this change, running
	event_file_loader_test twice in the same client (locally)
	causes it to fail, because it writes into the same file and appends
	another event, instead of starting from scratch.
Change 109256464
	Minor cleanup in TensorBoard server code
Change 109255382
	Change to reduce critical section times in gpu_event_mgr.h:
	(1) Call stream->ThenRecordEvent outside the EventMgr critical section
	(2) Do memory deallocation outside the critical section

	Speeds up one configuration of ptb_word_lm from 2924 words per
	second (wps) to 3278 wps on my desktop machine with a Titan X.
Change 109254843
	Fix use of uninitialized memory in test.
Change 109250995
	python_config.sh needs a license header

	Otherwise the license test fails.
Change 109249914
	add ci_build for ci.tensorflow.org
Change 109249397
	Fixes reduce_sum (complex) on GPU segfaults.

	Fixes 

Change 109245652
	add ci_build for ci.tensorflow.org

Base CL: 109321563
2015-12-03 10:26:25 -08:00
..
default TensorFlow: upstream changes to git. 2015-12-03 10:26:25 -08:00
__init__.py TensorFlow: Improve performance of Alexnet 2015-11-20 10:30:41 -08:00
app.py TensorFlow: Improve performance of Alexnet 2015-11-20 10:30:41 -08:00
base.i TensorFlow: Upstream changes to git 2015-11-25 08:48:47 -08:00
control_imports.py TensorFlow: Improve performance of Alexnet 2015-11-20 10:30:41 -08:00
flags.py TensorFlow: Improve performance of Alexnet 2015-11-20 10:30:41 -08:00
gfile.py TensorFlow: Improve performance of Alexnet 2015-11-20 10:30:41 -08:00
googletest.py TensorFlow: Improve performance of Alexnet 2015-11-20 10:30:41 -08:00
logging.py TensorFlow: Improve performance of Alexnet 2015-11-20 10:30:41 -08:00
numpy.i TensorFlow: Initial commit of TensorFlow library. 2015-11-06 16:27:58 -08:00
parameterized.py TensorFlow: Improve performance of Alexnet 2015-11-20 10:30:41 -08:00
resource_loader.py TensorFlow: Improve performance of Alexnet 2015-11-20 10:30:41 -08:00
status_bar.py TensorFlow: Improve performance of Alexnet 2015-11-20 10:30:41 -08:00
test.py TensorFlow: upstream changes to git 2015-12-01 13:26:53 -08:00