aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Correctly clean the test directory by removing files explicitly instead of usingGravatar A. Unique TensorFlower2016-07-13
* Fixes a bug in TensorFlow quantization, where a negative constant nodeGravatar A. Unique TensorFlower2016-07-13
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-07-13
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-07-13
* Update documentation on UnsortedSegmentSum, since it supports any shape forGravatar A. Unique TensorFlower2016-07-13
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-07-13
* Rename ellipse to ellipsis to avoid confusionGravatar Andrew Selle2016-07-13
* Make FunctionLibraryDefinition take the underlying default OpRegistryInterfaceGravatar A. Unique TensorFlower2016-07-13
* Allow stratified_sample to accept a tensor for probability distribution. Also...Gravatar A. Unique TensorFlower2016-07-13
* Avoid overflow in float-int32 cast when making test case for quantization.Gravatar A. Unique TensorFlower2016-07-13
* Fix the CNN tutorial exercise as described here:Gravatar Jon Shlens2016-07-13
* Update C API TODOs to include shape inference.Gravatar A. Unique TensorFlower2016-07-13
* Move use of hash.h from lib to lib_internal, change one remainingGravatar Vijay Vasudevan2016-07-13
* s/Tensorflow/TensorFlow. A losing battle :)Gravatar Vijay Vasudevan2016-07-13
* Add SupervisedSession class.Gravatar A. Unique TensorFlower2016-07-13
* Adding a Copy method to the file_io API that SWIG wraps the C++ Filesystem API.Gravatar A. Unique TensorFlower2016-07-13
* Added unit tests and improved library API.Gravatar A. Unique TensorFlower2016-07-13
* Change QuantizedBiasAdd op to use eigen floating point computationGravatar A. Unique TensorFlower2016-07-13
* Update URLs in README.mdGravatar Shanqing Cai2016-07-13
* 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