aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge changes from github.Gravatar Andrew Harp2016-12-08
| | | | | | | | Additionally: - change single quotes to double quotes to make path rewriting easier - guard windows lib reference with PLATFORM_WINDOWS - fixed failing kmeans test Change: 141515942
* Increasing the tolerance of a test involving in random start to avoid ↵Gravatar A. Unique TensorFlower2016-12-08
| | | | | | flakiness. There might be a change of numerical accuracy in the underlying library to be investigated and might be addressed in a follow up CL. Change: 141514160
* Fix legacy Reverse gradientGravatar Andrew Selle2016-12-08
| | | | | (need to change from array_ops.reverse to gen_array_ops._reverse) Change: 141512722
* Remove _test.py files from py_library srcsGravatar Justine Tunney2016-12-08
| | | | | This excludes of course test library rules. Change: 141507442
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-08
| | | | Change: 141504802
* Removed the "Run a TensorFlow demo model" section from the g3docs because it ↵Gravatar Neal Wu2016-12-08
| | | | | | is no longer applicable after moving the tensorflow/models directory Change: 141504491
* Add a test validating that you can set a tf.device("/cpu:0") within aGravatar Vijay Vasudevan2016-12-08
| | | | | | device setter, and its setting is respected, and the jobs get placed on the approropriate tasks Change: 141504459
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-12-08
| | | | Change: 141504398
* Moved tensorflow/models to models/tutorials and replaced all tutorial ↵Gravatar Neal Wu2016-12-08
| | | | | | references to tensorflow/models Change: 141503531
* Re-enable the NodeDef version of functions, fixing issue where PythonGravatar A. Unique TensorFlower2016-12-08
| | | | | functions create signatures with duplicate output argument names. Change: 141500446
* Added missing #include in coordinator.hGravatar Benoit Steiner2016-12-08
| | | | Change: 141499300
* Fix some summary importsGravatar Justine Tunney2016-12-08
| | | | Change: 141498781
* Switch tf.concat references to tf.concat_v2 in array_grad.py.Gravatar A. Unique TensorFlower2016-12-08
| | | | Change: 141497682
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-08
| | | | Change: 141494901
* Final breaking change of SparseTensor.shape -> SparseTensor.dense_shape rename.Gravatar Eugene Brevdo2016-12-08
| | | | | Removing shape property from SparseTensor. Change: 141490813
* Move callers from tf.nn.bidirectional_rnn -> ↵Gravatar Jianwei Xie2016-12-08
| | | | | | tf.contrib.rnn.static_bidirectional_rnn Change: 141490478
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-08
| | | | Change: 141490146
* Final breaking change of SparseTensor.shape -> SparseTensor.dense_shape rename.Gravatar Eugene Brevdo2016-12-08
| | | | | Removing shape property from SparseTensor. Change: 141489556
* Propagate atrous rate parameter to TF contrib separable convolution.Gravatar A. Unique TensorFlower2016-12-08
| | | | Change: 141488551
* Add IdTableWithHashBuckets to assign out-of-vocabulary hash buckets for ↵Gravatar Yutaka Leon2016-12-08
| | | | | | terms not covered by the wrapped lookup table. Change: 141487850
* Add python-mock/python3-mock as a recommended dependency when building from ↵Gravatar Peter Hawkins2016-12-08
| | | | | | | source. python-mock is necessary to run Tensorflow tests. Change: 141486239
* Added a new AllRunnersStopped() to check if all the runners have been stopped.Gravatar Benoit Steiner2016-12-08
| | | | Change: 141484062
* Final breaking change of SparseTensor.shape -> SparseTensor.dense_shape rename.Gravatar Eugene Brevdo2016-12-08
| | | | | Removing shape property from SparseTensor. Change: 141484042
* Ensure quantization range always includes zeroGravatar Pete Warden2016-12-08
| | | | Change: 141482987
* Fix bad unpack in error message generation when no gradients are providedGravatar A. Unique TensorFlower2016-12-08
| | | | | | for any variables in apply_gradients(). Add tests. Change: 141480285
* Document how to build TensorFlow with OpenCL supportGravatar Benoit Steiner2016-12-08
| | | | Change: 141480011
* Update asset manager filesystem to handle directories correctly.Gravatar A. Unique TensorFlower2016-12-08
| | | | Change: 141478190
* Check for error status after NodeBuilder::Finalize.Gravatar Manjunath Kudlur2016-12-08
| | | | | Fixes #5871 Change: 141475958
* Add cuda_is_configured() build macro for testing whether CUDA was enabled at ↵Gravatar Peter Hawkins2016-12-08
| | | | | | configure time. Change: 141474932
* Added config to the wide-n-deep model-fns.Gravatar Mustafa Ispir2016-12-08
| | | | Change: 141474204
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-08
| | | | Change: 141473210
* Fix bug in handling of explicitly specified num parameter of split_vGravatar A. Unique TensorFlower2016-12-08
| | | | | and also add associated test case. Change: 141469479
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-08
| | | | Change: 141468149
* Bump the tolerance in linear_equations_test.py to fix the AVX build on macs.Gravatar Jonathan Hseu2016-12-08
| | | | Change: 141467544
* Fix FileIO.read() to match file.read() behavior and not raise an exception ↵Gravatar Jonathan Hseu2016-12-08
| | | | | | on EOF Change: 141466762
* [Android]: Add -lm and -llog to libtensorflow_inference.so to solve ↵Gravatar Andrew Harp2016-12-08
| | | | | | standalone lib link errors. Change: 141465701
* Change the protobuf dependency from == 3.1.0 to >= 3.1.0 so it doesn'tGravatar Jonathan Hseu2016-12-08
| | | | | reinstall when installing tensorflow. Change: 141465425
* Introduced tf.train.HookedSession which is designed to help single machine ↵Gravatar Mustafa Ispir2016-12-08
| | | | | | training. Change: 141462689
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-08
| | | | Change: 141462624
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-12-08
| | | | Change: 141461377
* Disable all tests depending on *half_plus_two* genrules.Gravatar Gunhan Gulsoy2016-12-08
| | | | Change: 141461172
* SparseTensor.shape -> SparseTensor.dense_shape part 2...Gravatar Eugene Brevdo2016-12-08
| | | | Change: 141460319
* Pass estimator config to the model-fn.Gravatar Mustafa Ispir2016-12-08
| | | | Change: 141460215
* Tidy up some text in basic usage documentation.Gravatar A. Unique TensorFlower2016-12-08
| | | | Change: 141458853
* Add an option for choosing the J_DCT_METHOD for jpeg decoding toGravatar Vijay Vasudevan2016-12-08
| | | | | DecodeJpegOp. Change: 141457003
* Remove undefined function GetRunfilesDirectory.Gravatar Jingyue Wu2016-12-08
| | | | Change: 141447099
* Import tf.contrib.rnn for cells instead of tf.nn.rnn_cell.Gravatar Jianwei Xie2016-12-08
| | | | Change: 141440475
* Sort op nodes so as to make HVX execution more robustGravatar A. Unique TensorFlower2016-12-08
| | | | Change: 141428065
* Fix inference execution on HVXGravatar A. Unique TensorFlower2016-12-08
| | | | Change: 141420253
* Refactor Python imports: layersGravatar Justine Tunney2016-12-08
| | | | Change: 141412543