aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python
Commit message (Expand)AuthorAge
* Enable fp16 for most of the pooling ops (MaxPool, AvgPool, associatedGravatar A. Unique TensorFlower2016-06-03
* Enable fp16 for most of the pooling ops (MaxPool, AvgPool, associatedGravatar Benoit Steiner2016-06-03
* Added support for fp16 to the squared difference opGravatar Benoit Steiner2016-06-03
* Fixes:Gravatar Illia Polosukhin2016-06-02
* Morphological filtering operations: Dilation and erosion.Gravatar A. Unique TensorFlower2016-06-02
* Publish TensorArray and PaddingFIFOQueue into the public API.Gravatar Eugene Brevdo2016-06-02
* Added a better error message when an op is created and its shape function doe...Gravatar A. Unique TensorFlower2016-06-02
* Expose the timestamp of the first event in any given run.Gravatar A. Unique TensorFlower2016-06-02
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Add contrib.framework and contrib.losses to gendocs.Gravatar A. Unique TensorFlower2016-06-02
* Test that tf.select propagates nans correctly, and change a zeros -> zeros_likeGravatar Geoffrey Irving2016-06-02
* Prevents the fetching of internal nodes defined in a while loop or cond branch.Gravatar Derek Murray2016-06-01
* TensorArray now has infer_shape = True by default.Gravatar Eugene Brevdo2016-06-01
* Catch some more cases in reduction_ops_test.py.Gravatar Zongheng Yang2016-06-01
* Add IndexedSlices and SparseTensor support for control flow ops.Gravatar Yuan Yu2016-05-31
* Use reduction_indices=[-1] as opposed to the rank. This ensures the properGravatar A. Unique TensorFlower2016-05-31
* Skeleton for PartitionedVariable class take 2Gravatar Wei Ho2016-05-31
* Make shape inference of loop variables a bit smarter.Gravatar Yuan Yu2016-05-31
* Bug fix in loop gradient computation. When the value of a loop variable at it...Gravatar Yuan Yu2016-05-31
* Added support for convolutions of 16bit floats on CPUGravatar Benoit Steiner2016-05-31
* Fix `tf.ones()` and `tf.zeros()` to accept auto-packed inputs.Gravatar Derek Murray2016-05-31
* Add support for fetching dictionaries in the Python Session class.Gravatar A. Unique TensorFlower2016-05-31
* Roll back skeleton for PartitionedVariable class while investigating variable...Gravatar Wei Ho2016-05-27
* Fix message in asssert_rank_at_leastGravatar A. Unique TensorFlower2016-05-27
* GPU kernel for the Multinomial op.Gravatar Zongheng Yang2016-05-27
* Merge changes from github.Gravatar Vijay Vasudevan2016-05-27
* Update outdated error message for `Operation.run()`.Gravatar Derek Murray2016-05-27
* Enable fp16 for convolution operations, gated on CUDA 7.5. (The fp16 testsGravatar A. Unique TensorFlower2016-05-27
* Changes to sparse_ops documentation.Gravatar Zongheng Yang2016-05-26
* Added support for fp16 to the softmax operationGravatar Benoit Steiner2016-05-26
* Features and bugfixes in TensorFlow RNN.Gravatar Eugene Brevdo2016-05-26
* Skeleton for PartitionedVariable classGravatar Wei Ho2016-05-26
* Merge changes from github.Gravatar Vijay Vasudevan2016-05-26
* Follow up to documentation sharding change to make the shardingGravatar Josh Levenberg2016-05-26
* Implement gradient for SparseSoftmax.Gravatar Zongheng Yang2016-05-26
* Add gradients for batch_cholesky.Gravatar A. Unique TensorFlower2016-05-26
* Allow the output of the separable_conv2d to have the same number of channels ...Gravatar A. Unique TensorFlower2016-05-26
* Improves shape functions for tf.space_to_batch() and related ops.Gravatar Derek Murray2016-05-26
* Make sure we always add nodes to the session graph for persistent tensors.Gravatar Yuan Yu2016-05-25
* Shards files across several directories when generating individual files for ...Gravatar A. Unique TensorFlower2016-05-25
* Supports negative axes for sparse_reduce_sum().Gravatar Zongheng Yang2016-05-25
* Let Concat properly handle concat dim > 2^31 when dealing with Very Large Ten...Gravatar David G. Andersen2016-05-25
* Reduce dimension size for matmul of complex due to flakiness.Gravatar Vijay Vasudevan2016-05-25
* Makes `tf.Graph()` thread-safe for a single writer and multiple readers.Gravatar Derek Murray2016-05-25
* Don't load events until all runs have been added.Gravatar A. Unique TensorFlower2016-05-25
* Documentation typo: `tf.float` should be `tf.float32` in `parse_example`.Gravatar A. Unique TensorFlower2016-05-25
* Merge changes from github.Gravatar Vijay Vasudevan2016-05-24
* Register GPU device OpKernel for Mod, for int32 type.Gravatar Manjunath Kudlur2016-05-24
* Add support for arbitrarily nested tuples for RNN state.Gravatar Eugene Brevdo2016-05-24
* Add sparse_softmax() op.Gravatar Zongheng Yang2016-05-24