aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Merge changes from github.Gravatar Andrew Harp2016-12-08
* Increasing the tolerance of a test involving in random start to avoid flakine...Gravatar A. Unique TensorFlower2016-12-08
* Fix legacy Reverse gradientGravatar Andrew Selle2016-12-08
* Remove _test.py files from py_library srcsGravatar Justine Tunney2016-12-08
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-08
* Removed the "Run a TensorFlow demo model" section from the g3docs because it ...Gravatar Neal Wu2016-12-08
* Add a test validating that you can set a tf.device("/cpu:0") within aGravatar Vijay Vasudevan2016-12-08
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-12-08
* Moved tensorflow/models to models/tutorials and replaced all tutorial referen...Gravatar Neal Wu2016-12-08
* Re-enable the NodeDef version of functions, fixing issue where PythonGravatar A. Unique TensorFlower2016-12-08
* Added missing #include in coordinator.hGravatar Benoit Steiner2016-12-08
* Fix some summary importsGravatar Justine Tunney2016-12-08
* Switch tf.concat references to tf.concat_v2 in array_grad.py.Gravatar A. Unique TensorFlower2016-12-08
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-08
* Final breaking change of SparseTensor.shape -> SparseTensor.dense_shape rename.Gravatar Eugene Brevdo2016-12-08
* Move callers from tf.nn.bidirectional_rnn -> tf.contrib.rnn.static_bidirectio...Gravatar Jianwei Xie2016-12-08
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-08
* Final breaking change of SparseTensor.shape -> SparseTensor.dense_shape rename.Gravatar Eugene Brevdo2016-12-08
* Propagate atrous rate parameter to TF contrib separable convolution.Gravatar A. Unique TensorFlower2016-12-08
* Add IdTableWithHashBuckets to assign out-of-vocabulary hash buckets for terms...Gravatar Yutaka Leon2016-12-08
* Add python-mock/python3-mock as a recommended dependency when building from s...Gravatar Peter Hawkins2016-12-08
* Added a new AllRunnersStopped() to check if all the runners have been stopped.Gravatar Benoit Steiner2016-12-08
* Final breaking change of SparseTensor.shape -> SparseTensor.dense_shape rename.Gravatar Eugene Brevdo2016-12-08
* Ensure quantization range always includes zeroGravatar Pete Warden2016-12-08
* Fix bad unpack in error message generation when no gradients are providedGravatar A. Unique TensorFlower2016-12-08
* Document how to build TensorFlow with OpenCL supportGravatar Benoit Steiner2016-12-08
* Update asset manager filesystem to handle directories correctly.Gravatar A. Unique TensorFlower2016-12-08
* Check for error status after NodeBuilder::Finalize.Gravatar Manjunath Kudlur2016-12-08
* Added config to the wide-n-deep model-fns.Gravatar Mustafa Ispir2016-12-08
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-08
* Fix bug in handling of explicitly specified num parameter of split_vGravatar A. Unique TensorFlower2016-12-08
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-08
* Bump the tolerance in linear_equations_test.py to fix the AVX build on macs.Gravatar Jonathan Hseu2016-12-08
* Fix FileIO.read() to match file.read() behavior and not raise an exception on...Gravatar Jonathan Hseu2016-12-08
* [Android]: Add -lm and -llog to libtensorflow_inference.so to solve standalon...Gravatar Andrew Harp2016-12-08
* Change the protobuf dependency from == 3.1.0 to >= 3.1.0 so it doesn'tGravatar Jonathan Hseu2016-12-08
* Introduced tf.train.HookedSession which is designed to help single machine tr...Gravatar Mustafa Ispir2016-12-08
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-08
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-12-08
* Disable all tests depending on *half_plus_two* genrules.Gravatar Gunhan Gulsoy2016-12-08
* SparseTensor.shape -> SparseTensor.dense_shape part 2...Gravatar Eugene Brevdo2016-12-08
* Pass estimator config to the model-fn.Gravatar Mustafa Ispir2016-12-08
* Tidy up some text in basic usage documentation.Gravatar A. Unique TensorFlower2016-12-08
* Add an option for choosing the J_DCT_METHOD for jpeg decoding toGravatar Vijay Vasudevan2016-12-08
* Remove undefined function GetRunfilesDirectory.Gravatar Jingyue Wu2016-12-08
* Import tf.contrib.rnn for cells instead of tf.nn.rnn_cell.Gravatar Jianwei Xie2016-12-08
* Sort op nodes so as to make HVX execution more robustGravatar A. Unique TensorFlower2016-12-08
* Fix inference execution on HVXGravatar A. Unique TensorFlower2016-12-08
* Refactor Python imports: layersGravatar Justine Tunney2016-12-08
* Prepare all callers of sampled_softmax_loss to be ready for inputs and labels...Gravatar Jianwei Xie2016-12-08