aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python
Commit message (Expand)AuthorAge
* Automated rollback of change 128378997Gravatar Andrew Selle2016-07-25
* In Coordinator.request_stop(ex) just re-raise the exception immediately if theGravatar A. Unique TensorFlower2016-07-25
* Keep loading TensorBoard events even if directories or files are deleted.Gravatar A. Unique TensorFlower2016-07-25
* Automated rollback of change 127492429Gravatar Andrew Selle2016-07-25
* Update the doc_string of tf.while_loop to make it clear that the return type ...Gravatar A. Unique TensorFlower2016-07-24
* Adds python_grad_func argument to function.Defun.Gravatar A. Unique TensorFlower2016-07-23
* Extend gather_nd to support sliced indexing.Gravatar Eugene Brevdo2016-07-22
* Testcase for tf.multinomial w/ np.finfo(np.float32).min and sample size > 32.Gravatar A. Unique TensorFlower2016-07-22
* Use 32bit floats to compute cross entropies. 16 bit floats aren't accurateGravatar Benoit Steiner2016-07-22
* Fixing bug in which a Tensor was being checked as a Python bool, causing an e...Gravatar A. Unique TensorFlower2016-07-22
* OneHotOp should use int for prefix_dim_size not index type.Gravatar A. Unique TensorFlower2016-07-22
* Fix a read/write race in Saver.Gravatar Zongheng Yang2016-07-22
* Translate shape inference functions for sparse_ops to C++.Gravatar A. Unique TensorFlower2016-07-21
* Add getter for name to optimizer.Gravatar A. Unique TensorFlower2016-07-21
* added notsan tag for special_math_ops and image_ops_test that is not thread safeGravatar Olivia Nordquist2016-07-21
* Minor bug fix in printing of stragglers when terminating.Gravatar A. Unique TensorFlower2016-07-21
* Reenables atrous_conv2d_testGravatar A. Unique TensorFlower2016-07-20
* When running matmul with a 1xN Tensor (or Nx1) as one of the operands can be ...Gravatar A. Unique TensorFlower2016-07-20
* A few debugging-related tweaksGravatar Geoffrey Irving2016-07-20
* Prune down atrous_conv2d() test to execute faster.Gravatar A. Unique TensorFlower2016-07-20
* disabled testsGravatar Olivia Nordquist2016-07-20
* Automated rollback of change 127987690Gravatar Olivia Nordquist2016-07-20
* Fix incorrect docstring comment in moving_averages.py.Gravatar A. Unique TensorFlower2016-07-20
* Remove invalid sentence from Session.__init__() documentation.Gravatar A. Unique TensorFlower2016-07-20
* Fix sparse case of ProximalGradientDescent not being plumbed correctlyGravatar Frank Li2016-07-19
* Internal only changesGravatar Gunhan Gulsoy2016-07-19
* Extend the TensorFlow summary system to support logging arbitrary Tensors.Gravatar Dan Mané2016-07-19
* Initialize random seed in TensorflowTestCase Setup to reduce flakiness in uni...Gravatar Suharsh Sivakumar2016-07-19
* Port python session_bundle from tensorflow_serving/session_bundle to tensorfl...Gravatar Kiril Gorovoy2016-07-19
* Give a little bit more slack to tests that check on thread delays.Gravatar A. Unique TensorFlower2016-07-19
* Improved support for fp16Gravatar Benoit Steiner2016-07-19
* Adding API docs for tf.contrib.learn.monitors (also fixed a couple typos inGravatar A. Unique TensorFlower2016-07-19
* Adding a setUp and tearDown method to file_io_test so that each test exits cl...Gravatar Rohan Jain2016-07-19
* Add C++ shape inference functions for linalg_ops.cc.Gravatar A. Unique TensorFlower2016-07-18
* Allow initializing non-partitioned variable with non-Tensor valuesGravatar Wei Ho2016-07-18
* Adding a SWIG wrapper for IsDirectoryGravatar Rohan Jain2016-07-18
* Adding a DeleteRecursive method to the C++ Filesystem API. Also adding a pyth...Gravatar Rohan Jain2016-07-18
* Split up nn_conv_test to reduce test size.Gravatar Gunhan Gulsoy2016-07-18
* Fix tf.pow gradient at zeroGravatar Geoffrey Irving2016-07-18
* Static shape inference added to array_ops.batch_matrix_transpose. AfterGravatar Ian Langmore2016-07-18
* Fix failure to detect name collisions in Saver.Gravatar Zongheng Yang2016-07-18
* Automated rollback of change 127590512Gravatar Vijay Vasudevan2016-07-15
* Adding Rename to the FileIO python APIGravatar A. Unique TensorFlower2016-07-15
* Automated rollback of change 127564438Gravatar Suharsh Sivakumar2016-07-15
* Temporarily disable raw_rnn vs. dynamic_rnn input gradients comparison.Gravatar Eugene Brevdo2016-07-15
* Adds a non_max_suppression op. This operation performs non max suppression ofGravatar A. Unique TensorFlower2016-07-15
* Port python session_bundle from tensorflow_serving/session_bundle to tensorfl...Gravatar Kiril Gorovoy2016-07-15
* Reduce the compilation time of strided_sliceGravatar Andrew Selle2016-07-15
* Fixed documentation for slice and concat.Gravatar A. Unique TensorFlower2016-07-15
* while_loop now accepts a (possibly nested) list or tuple of TensorsGravatar Eugene Brevdo2016-07-15