aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Update generated Python Op docs.Gravatar Josh Levenberg2016-03-28
* Add dynamic_pad parameter to tf.batch and tf.batch_join. If true,Gravatar Eugene Brevdo2016-03-28
* Upgraded to the latest version of Eigen that provides better support for fp16.Gravatar Benoit Steiner2016-03-28
* Fix for shape error in retraining, addresses bug #1582.Gravatar Pete Warden2016-03-26
* Added instructions for installing binary pip package with fast cpp protosGravatar Manjunath Kudlur2016-03-25
* For example, many nodes might have a control dependency on an initialization ...Gravatar A. Unique TensorFlower2016-03-25
* support for > 2 dimensions in fully connected layer.Gravatar A. Unique TensorFlower2016-03-25
* Fix GetGradSource to work inside variable scopes.Gravatar A. Unique TensorFlower2016-03-25
* unbreak buildGravatar Vijay Vasudevan2016-03-25
* Added replica_device_setter() for multi-replica training.Gravatar Sherry Moore2016-03-25
* Opensource all_opensource_filesGravatar Geoffrey Irving2016-03-25
* Fix tslint errors in colorScale library.Gravatar Dan Smilkov2016-03-25
* Update generated Python docs.Gravatar Josh Levenberg2016-03-25
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-03-25
* Internal permissions change.Gravatar Josh Levenberg2016-03-25
* Replace True -> `True` in training op docs.Gravatar Josh Levenberg2016-03-25
* Opensource all_opensource_filesGravatar Martin Wicke2016-03-25
* Adding more helpful error messages to assertNear in tf.test.TestCase.Gravatar A. Unique TensorFlower2016-03-25
* Move some clipping operations to the same devices as the variables. This red...Gravatar A. Unique TensorFlower2016-03-25
* Don't require users changing ops to run update_ops, since we areGravatar Josh Levenberg2016-03-25
* Sped up the computation of the gradients of the convolution layer wrt theGravatar Benoit Steiner2016-03-25
* Implement gradients for SparseAdd.Gravatar Zongheng Yang2016-03-25
* Add some layers tests, and add reduce_sum_n.Gravatar A. Unique TensorFlower2016-03-25
* Adds documentation for distributed TensorFlow.Gravatar A. Unique TensorFlower2016-03-25
* Make tf.group() a tf.no_op()Gravatar Geoffrey Irving2016-03-25
* Add check_futures_test to verify that everything uses __future__ correctlyGravatar Geoffrey Irving2016-03-25
* histogram_fixed_width now uses unsorted_segment_sum to create theGravatar A. Unique TensorFlower2016-03-25
* TensorFlow: fix immutable_constant_op_test to assert pointer inequalityGravatar Vijay Vasudevan2016-03-25
* Fix comment in boston.py to avoid abbreviation, capitalization.Gravatar Vijay Vasudevan2016-03-24
* Fix race in ExecutorBarrier::WhenDone between error thread and delete thread byGravatar A. Unique TensorFlower2016-03-24
* Add local_variable constructor.Gravatar A. Unique TensorFlower2016-03-24
* Fix tensorflow version (was missing a --pull)Gravatar Vincent Vanhoucke2016-03-24
* Mention OpKernel thread-safety requirements.Gravatar RJ Ryan2016-03-24
* Change the order of notification before returning.Gravatar Xiaoqiang Zheng2016-03-24
* TensorFlow: make direct_session a publicly linkable library.Gravatar Vijay Vasudevan2016-03-24
* Switch Docker instructions to always `--pull` on build.Gravatar Craig Citro2016-03-24
* TensorFlow: Speed up server_lib_test by reducing size of large constants byGravatar Vijay Vasudevan2016-03-24
* Make testlib not depend on all_kernels and tensorflowGravatar Geoffrey Irving2016-03-24
* Bugfix in RNN python benchmarkGravatar Eugene Brevdo2016-03-24
* Add nic_compatible to the default attributes of Variable storage.Gravatar A. Unique TensorFlower2016-03-24
* fixing linting errorsGravatar Olivia Nordquist2016-03-24
* TensorFlow: restore sharded tests to use shard_count of 50.Gravatar Vijay Vasudevan2016-03-24
* Changes to reduce code size:Gravatar A. Unique TensorFlower2016-03-24
* Plumbing to allow RunOptions in the remote_session:Gravatar A. Unique TensorFlower2016-03-24
* Remove a stray warning log message and CHECK failure when a device is missing.Gravatar Derek Murray2016-03-24
* Several changes to reduce TensorFlow code size (especially importantGravatar A. Unique TensorFlower2016-03-24
* In tf.contrib, move framework and loss packages up a level.Gravatar A. Unique TensorFlower2016-03-24
* Replace graph_def with graph when passed to the SummaryWriter and update tuto...Gravatar Dan Smilkov2016-03-24
* Fix int64 implicit downcastGravatar David G. Andersen2016-03-23
* Add missing license headerGravatar Vijay Vasudevan2016-03-23