aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Roll-forward of "Local Response Normalization GPU support via Stream Executor."Gravatar RJ Ryan2016-07-13
* Moving the python filesystem API support from saver_io.i to file_io. Also spl...Gravatar A. Unique TensorFlower2016-07-12
* Adding FileSystem::Stat to the core filesystem API. Implemented versions of i...Gravatar A. Unique TensorFlower2016-07-12
* Add a graph-construction C API.Gravatar A. Unique TensorFlower2016-07-12
* Partitioned vars: test for "save in N slices, restore in M slices" scenario.Gravatar Zongheng Yang2016-07-12
* Add a monitor that writes trainable variable values into log. This is useful ...Gravatar A. Unique TensorFlower2016-07-12
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-07-12
* Make Stochastic Graphs extensible with custom surrogate lossesGravatar A. Unique TensorFlower2016-07-12
* Enable optimized requantization function.Gravatar A. Unique TensorFlower2016-07-12
* Switched to the latest version of Eigen that provides significant performanceGravatar Benoit Steiner2016-07-12
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-07-12
* Clean up rnn nesting code and add raw_rnn method.Gravatar Eugene Brevdo2016-07-12
* Fix typoGravatar A. Unique TensorFlower2016-07-12
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-07-12
* Autogenerated Change: Release TensorBoard at TAG: 22Gravatar Dan Mané2016-07-12
* Allow gradient computation for scalar values in e.g. ReLUGravatar A. Unique TensorFlower2016-07-12
* Fix typo involving """" where """ would do.Gravatar A. Unique TensorFlower2016-07-12
* Update estimators documentation to mention weighted sparse column.Gravatar A. Unique TensorFlower2016-07-12
* Automated rollback of change 127233960Gravatar Vijay Vasudevan2016-07-12
* Add support for exponential smoothing for TensorBoard.Gravatar Renato Utsch2016-07-12
* Switched to the latest version of Eigen that provides significant performanceGravatar Benoit Steiner2016-07-12
* Automated rollback of change 127146715Gravatar Vijay Vasudevan2016-07-12
* Fix tf.multinomial to not crash on empty inputGravatar Geoffrey Irving2016-07-12
* Avoid extra zero padding of strings in py_funcGravatar Geoffrey Irving2016-07-12
* Adds an interface for asking malloc to release free memory back to the OS.Gravatar Christopher Olston2016-07-12
* Bug fix: initialize WorkerCacheLogger::want_logging_count_ to 0.Gravatar A. Unique TensorFlower2016-07-12
* Disable flaky testsGravatar Vijay Vasudevan2016-07-12
* Made tf.py_func an aynchrounous operation.Gravatar A. Unique TensorFlower2016-07-12
* Add C++ shape inference for TopK and TopKV2.Gravatar A. Unique TensorFlower2016-07-12
* Readd the destroy() method, as it was still being used by the code.Gravatar Renato Utsch2016-07-12
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-07-12
* Add a ParameterizedTruncatedNormalOp to eventually replace the current Trunca...Gravatar A. Unique TensorFlower2016-07-12
* Change DequantizeOp to use eigen for MIN_FIRST case.Gravatar A. Unique TensorFlower2016-07-11
* Move over recent changes to tensorflow_serving/session_bundle to tensorflow/c...Gravatar Kiril Gorovoy2016-07-11
* Fix a bug in _DNNLinearCombinedBaseEstimator.linear_weights_.Gravatar A. Unique TensorFlower2016-07-11
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-07-11
* Switch to the official boringssl git repository with Bazel support.Gravatar Alexey Surkov2016-07-11
* Add a rot90 op to tf.image to rotate images by (multiples of) 90 degrees.Gravatar A. Unique TensorFlower2016-07-11
* Automated rollback of change 127123966Gravatar Vijay Vasudevan2016-07-11
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-07-11
* Fix a bug when loading checkpoints that use relative path.Gravatar A. Unique TensorFlower2016-07-11
* Merge the BaseChart and LineChart classes into one, as the BaseChart is notGravatar Renato Utsch2016-07-11
* Add Bernoulli-Bernoulli KL, remove extra op in log_pmf broadcasting.Gravatar A. Unique TensorFlower2016-07-11
* Explicitly use integer-location based indexing for Pandas objects, which othe...Gravatar A. Unique TensorFlower2016-07-11
* Change tensorflow/contrib/session_bundle namespace from tensorflow::contrib t...Gravatar Kiril Gorovoy2016-07-11
* Add support for Tensors of zero size to unpack.Gravatar A. Unique TensorFlower2016-07-11
* Split out the obsolete histogram chart from tf-chart, so we can refactor the ...Gravatar Dan Mané2016-07-11
* Increase the error threshold for a test.Gravatar Xiaoqiang Zheng2016-07-11
* Add docs to monitor.py, along with some minor cleanups for consistency and a ...Gravatar A. Unique TensorFlower2016-07-11
* Mention upcoming C API work in the roadmap.Gravatar A. Unique TensorFlower2016-07-11