• V
    TensorFlow: upstream changes to git. · a4806a3f
    Vijay Vasudevan 提交于
    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 #357
    
    Change 109245652
    	add ci_build for ci.tensorflow.org
    
    Base CL: 109321563
    a4806a3f
image.md 26.8 KB