aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Replace all uses of tf.complex_abs with tf.abs.Gravatar A. Unique TensorFlower2016-12-19
* C++ grad: A couple Reverse* ops gradients.Gravatar Suharsh Sivakumar2016-12-19
* One more clarification to the RNN TensorFlow tutorial (master version)Gravatar Neal Wu2016-12-19
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-19
* Add zero_debias_moving_mean parameter to batch_norm.Gravatar Sergio Guadarrama2016-12-19
* Shorten names of queues and of their summaries.Gravatar A. Unique TensorFlower2016-12-19
* Adding the missing compression.cc to the makefile file list.Gravatar A. Unique TensorFlower2016-12-19
* Disable broken tensor_forest tests.Gravatar Jonathan Hseu2016-12-19
* Change zero_debias to use correct local step. This can be done, probably sinc...Gravatar A. Unique TensorFlower2016-12-19
* Fix test flakiness on GPU by bumping the threshold.Gravatar Jonathan Hseu2016-12-19
* Introducing common tf io compression options constants for RecordReader/Recor...Gravatar A. Unique TensorFlower2016-12-19
* Partial run support for GRPC runtime.Gravatar Suharsh Sivakumar2016-12-19
* Add SavedModel support to the C APIGravatar Jonathan Hseu2016-12-19
* The Tensorflow logging level is configured in the code snippet at line 133, a...Gravatar A. Unique TensorFlower2016-12-19
* Increase test size of large_concat_op_test from small to mediumGravatar Shanqing Cai2016-12-19
* Change bootstrap early termination method to compare the full distributionGravatar A. Unique TensorFlower2016-12-19
* Create a new script for no docker python 2 bazel build for CPU.Gravatar Gunhan Gulsoy2016-12-18
* Add a param to tf-tensorboard that allows for disabling tabs in tensorboard.Gravatar Nikhil Thorat2016-12-18
* Fix Eigen download for cmakeGravatar Justine Tunney2016-12-16
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-16
* Automated rollback of change 142316271Gravatar Andrew Selle2016-12-16
* Make summary build target publicGravatar Justine Tunney2016-12-16
* Fix download_dependencies.sh with Eigen downloadsGravatar Justine Tunney2016-12-16
* Add missing word2vec op registrations to the Python extension.Gravatar Derek Murray2016-12-16
* Remove hourglass imports from even more testsGravatar Justine Tunney2016-12-16
* Validate that DataType is valid when parsing from proto usingGravatar Vijay Vasudevan2016-12-16
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-16
* Remove tf.complex_abs from the TensorFlow Python API. tf.abs should be used f...Gravatar A. Unique TensorFlower2016-12-16
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-16
* Clarify what matmul does in docs.Gravatar A. Unique TensorFlower2016-12-16
* Add int64->float64 support to MutableDenseHashTableGravatar A. Unique TensorFlower2016-12-16
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-16
* Change remaining tf.mul -> tf.multiply, tf.neg -> tf.negative, and tf.sub -> ...Gravatar Andrew Selle2016-12-16
* Add logging every 10 seconds while CreateSession() is blocked.Gravatar Derek Murray2016-12-16
* Additional file path fixes to several TensorFlow tutorials (master version)Gravatar Neal Wu2016-12-16
* Refactor LogisticRegressor from inheritance into a factory method.Gravatar A. Unique TensorFlower2016-12-16
* Make switch not fetchable. This is to address a problem introduced in CL/1422...Gravatar Yuan Yu2016-12-16
* Allow gemmlowp to use slow reference pathGravatar Pete Warden2016-12-16
* Fix the protobuf build to work with mac.Gravatar Jonathan Hseu2016-12-16
* Change remaining tf.mul -> tf.multiply, tf.neg -> tf.negative, and tf.sub -> ...Gravatar Andrew Selle2016-12-16
* Speed up im2col for QuantizedConv2D by breaking work into chunksGravatar Pete Warden2016-12-16
* Allow global_step=None so optimizer doesn't increase it.Gravatar Sergio Guadarrama2016-12-16
* Add OSDI paper to resources section.Gravatar Martin Wicke2016-12-16
* Change remaining tf.mul -> tf.multiply, tf.neg -> tf.negative, and tf.sub -> ...Gravatar Andrew Selle2016-12-16
* Log AbortedErrors caught by RecoverableSession.Gravatar A. Unique TensorFlower2016-12-16
* Add names the queues in SyncReplicasOptimizerV2 for easier debugging.Gravatar A. Unique TensorFlower2016-12-16
* The FFT op is only implemented for CUDAGravatar Benoit Steiner2016-12-16
* Python coding style editsGravatar Shanqing Cai2016-12-16
* Remove unnecessary os.path.join on fixed strings.Gravatar Vijay Vasudevan2016-12-16
* Change remaining tf.mul -> tf.multiply, tf.neg -> tf.negative, and tf.sub -> ...Gravatar Andrew Selle2016-12-16