aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Fixing broken code in how_tos for fully_connected_reader.Gravatar A. Unique TensorFlower2016-06-29
* Fix docstring typo: _TargetColum => _TargetColumnGravatar A. Unique TensorFlower2016-06-29
* Fix breaking barrier_ops and priority_queue_ops python3 unit tests.Gravatar Eugene Brevdo2016-06-28
* Change quantized concat to use the same core function as the concat kernel inGravatar A. Unique TensorFlower2016-06-28
* Updated the batch normalization code to make it work with fp16Gravatar Benoit Steiner2016-06-28
* Python tensorflow.Example parser configuration extractorGravatar Ben Lee2016-06-28
* Fix bug in naming of DNN logits.Gravatar A. Unique TensorFlower2016-06-28
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-06-28
* Added the PriorityQueue and Barrier TF objects.Gravatar Eugene Brevdo2016-06-28
* Slightly simplifies hinge_loss computation using nn.reluGravatar A. Unique TensorFlower2016-06-28
* Adds tf.contrib.learn quickstart and tf-wide (and deep) stuff to tutorial lef...Gravatar A. Unique TensorFlower2016-06-28
* Make sure tests check if the machine has a GPU, rather than just checking ifGravatar Gunhan Gulsoy2016-06-28
* Edits to tf.learn quickstart.Gravatar A. Unique TensorFlower2016-06-28
* Bug fix in ci_parameterized_build re. extra argsGravatar Shanqing Cai2016-06-28
* Autogenerated Change: Update TensorBoard source and deps.Gravatar Dan Mané2016-06-28
* First of two CLs to simplify Polymer data-binding with TF.URIStorage. Move so...Gravatar Cassandra Xia2016-06-28
* Add select_rows methods to DataFrame and Series.Gravatar A. Unique TensorFlower2016-06-28
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-06-28
* Adding a device checkbox list for excluding devices when computing stats sinc...Gravatar Dan Smilkov2016-06-28
* Make it possible to instantiate TensorBoard with a non-standard router.Gravatar Dan Mané2016-06-28
* Allow RefSwitch to have uninitialized variables as inputs.Gravatar Manjunath Kudlur2016-06-28
* Publishes tutorials for tf.contrib.learn linear models and wide and deep models.Gravatar A. Unique TensorFlower2016-06-28
* Move explicit instantiations of SetZeroFunctor template defined in fill_funct...Gravatar A. Unique TensorFlower2016-06-28
* BayesFlow: Add simple example of using REINFORCE via Stochastic Computation G...Gravatar Eugene Brevdo2016-06-28
* Switch from split_squeeze to tf.unpack where it makes sense.Gravatar A. Unique TensorFlower2016-06-28
* Moved imports into alphabetical order.Gravatar A. Unique TensorFlower2016-06-28
* Fix broken TensorBoard URI hashes.Gravatar Cassandra Xia2016-06-27
* Add wide&deep census model to dist_testGravatar Shanqing Cai2016-06-27
* Adding utilities to export Estimators and ExportMonitor for continues export.Gravatar Illia Polosukhin2016-06-27
* Prints out a vlog when done with warmups inside RunWithArgs().Gravatar Zongheng Yang2016-06-27
* Added the ability to restore checkpoints containing 16 bit floats.Gravatar Benoit Steiner2016-06-27
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-06-27
* Add a simple way to set the `default_session_config` on a `tf.train.Server`.Gravatar Derek Murray2016-06-27
* Adds a "currentThreadIndex" method to Eigen's ThreadPoolDevice. Use it to han...Gravatar A. Unique TensorFlower2016-06-27
* Change SDCA to use MutableHashTable op instead of internal hash table.Gravatar A. Unique TensorFlower2016-06-27
* Validate the types of arguments to `tf.Session.__init__()`.Gravatar Derek Murray2016-06-27
* A series of changes to significantly reduce the number of allocationsGravatar A. Unique TensorFlower2016-06-27
* Fix Nightly Python3 error in graph_io_test.pyGravatar Shanqing Cai2016-06-27
* Include a string column in test CSVsGravatar David Soergel2016-06-27
* Fix sampling_ops docstrings and improve input validation.Gravatar A. Unique TensorFlower2016-06-27
* Do not let workers other than the chief create tfevents files.Gravatar A. Unique TensorFlower2016-06-27
* Move cupti_wrapper target to platform/default/gpuGravatar A. Unique TensorFlower2016-06-27
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-06-27
* Return global_step in the eval_results dict.Gravatar Martin Wicke2016-06-27
* Updated the draw_bounding_box operation to work properly with fp16Gravatar Benoit Steiner2016-06-27
* Added close() to the event writers.Gravatar Sherry Moore2016-06-27
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-06-27
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-06-27
* Clarify the softmax op documentation.Gravatar Derek Murray2016-06-27
* Initial refactor of the DNNLinearCombinedEstimator. This factors outGravatar A. Unique TensorFlower2016-06-27