aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python
Commit message (Expand)AuthorAge
* Merge commit for internal changesGravatar Rasmus Larsen2016-07-01
|\
| * Automated rollback of change 126348349Gravatar Zongheng Yang2016-06-30
| * Allow to specify the list of "clean termination" exceptions when creating aGravatar A. Unique TensorFlower2016-06-30
| * Fix sparse_softmax_cross_entropy_with_logits for empty tensorGravatar Geoffrey Irving2016-06-30
| * Support Sparse-Sparse cwise ops; use for tf.sparse_{minimum,maximum}().Gravatar Zongheng Yang2016-06-30
| * Fix initialization issues with Variables whose shape contains a zero.Gravatar A. Unique TensorFlower2016-06-30
| * Raise an Unimplemented error when using MasterSession with place_pruned_graphs.Gravatar Derek Murray2016-06-30
| * Improved the gradients for tanh and sigmoid. This improves the speed of the p...Gravatar Benoit Steiner2016-06-30
* | Enable tf.erf() for SparseTensor (#3122)Gravatar Siddharth Agrawal2016-06-30
| * Merge changes from github.Gravatar A. Unique TensorFlower2016-06-30
| * Adapt the shape function for `tf.fill()` to handle partial shapes.Gravatar Derek Murray2016-06-30
* | Merge pull request #3124 from rmlarsen/branch_126308395Gravatar Vijay Vasudevan2016-06-30
|\ \
| * | Merge commit for internal changesGravatar Rasmus Larsen2016-06-30
| |\|
* | | Merging r0.9 back to masterGravatar Martin Wicke2016-06-30
|\ \ \ | |/ / |/| |
| | * Only the exponentially decaying learning rate seems to have beenGravatar A. Unique TensorFlower2016-06-30
| | * Ensure ExponentialMovingAverage returns correct average_name when used in scopeGravatar Frank Li2016-06-29
| | * Improve error diagnostics in embedding_lookup.Gravatar A. Unique TensorFlower2016-06-29
* | | Merge pull request #2737 from gaohuazuo/masterGravatar Martin Wicke2016-06-29
|\ \ \
| | | * Correct bug in crop_and_resize which caused failures to some tests.Gravatar A. Unique TensorFlower2016-06-29
* | | | Merge pull request #3113 from rmlarsen/branch_126229168Gravatar Vijay Vasudevan2016-06-29
|\ \ \ \
* | | | | Enable tf.tanh() for SparseTensor (#2998)Gravatar Siddharth Agrawal2016-06-29
| * | | | Merge commit for internal changesGravatar Rasmus Larsen2016-06-29
|/| | | | | | |_|/ | |/| |
| * | | Add VariableClippingOptimizer to tf.contrib.optGravatar Frank Li2016-06-29
| * | | Make DropoutWrapper.__call__ forward the scope argument to the cell that it w...Gravatar A. Unique TensorFlower2016-06-29
| * | | Remove print statements.Gravatar Adria Puigdomenech2016-06-29
| * | | Support nested inputs and outputs in rnn containers.Gravatar Adria Puigdomenech2016-06-29
| * | | Saver: makes it possible to pass the filename during graph construction.Gravatar A. Unique TensorFlower2016-06-29
| * | | Fix breaking barrier_ops and priority_queue_ops python3 unit tests.Gravatar Eugene Brevdo2016-06-28
| * | | Updated the batch normalization code to make it work with fp16Gravatar Benoit Steiner2016-06-28
* | | | Merge pull request #3095 from martinwicke/docs-updateGravatar Martin Wicke2016-06-28
|\ \ \ \
| | * | | Python tensorflow.Example parser configuration extractorGravatar Ben Lee2016-06-28
* | | | | Better docs of returned tensor in ctc_ops.py (#3062)Gravatar Igor Macedo Quintanilha2016-06-28
| | * | | Added the PriorityQueue and Barrier TF objects.Gravatar Eugene Brevdo2016-06-28
| |/ / /
| * | | Make sure tests check if the machine has a GPU, rather than just checking ifGravatar Gunhan Gulsoy2016-06-28
| * | | Allow RefSwitch to have uninitialized variables as inputs.Gravatar Manjunath Kudlur2016-06-28
* | | | Merge commit for internal changesGravatar Rasmus Larsen2016-06-28
|\| | |
* | | | Adds conv3d_transpose operation (3D "deconvolution") (#3049)Gravatar Daeyun Shin2016-06-27
| | * | Merge https://github.com/tensorflow/tensorflowGravatar Huazuo Gao2016-06-28
| | |\ \ | |_|/ / |/| | |
* | | | Implement bidirectional_dynamic_rnn (#1779) (#2581)Gravatar Jihun Choi2016-06-27
| * | | Add a simple way to set the `default_session_config` on a `tf.train.Server`.Gravatar Derek Murray2016-06-27
| * | | Validate the types of arguments to `tf.Session.__init__()`.Gravatar Derek Murray2016-06-27
* | | | Merge commit for internal changesGravatar Maciek Chociej2016-06-27
|\| | |
| * | | Add a variant of mutable hash table that supports tensors as values.Gravatar A. Unique TensorFlower2016-06-26
| * | | Add partial shape inference for values that are used as shapes.Gravatar Derek Murray2016-06-25
| * | | Add support for DequeueUpTo in FIFOQueue and PaddingFIFOQueueGravatar Eugene Brevdo2016-06-24
| * | | Merge changes from github.Gravatar A. Unique TensorFlower2016-06-24
| * | | Fix docstring for `BaseSaverBuilder._AddShardedRestoreOps()`.Gravatar Zongheng Yang2016-06-24
* | | | Merge commit for internal changesGravatar Maciek Chociej2016-06-24
|\| | |
| * | | Added tf.container(container_name) context manager.Gravatar Sherry Moore2016-06-24
| * | | Implement gradient for StridedSlice op.Gravatar Andrew Selle2016-06-24