aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Upgraded to the latest version of Eigen that has bug fixes for complex numbersGravatar Benoit Steiner2016-04-08
* Allow reuse of partitioned_variables.Gravatar A. Unique TensorFlower2016-04-08
* Always write uncompressed checkpoints.Gravatar Sherry Moore2016-04-08
* Add an attribute to {batch_}matrix_solve and {batch_}matrix_triangular_solve ...Gravatar A. Unique TensorFlower2016-04-08
* Adding histogram chart componentGravatar A. Unique TensorFlower2016-04-08
* Changing TensorBoard favicon to differentiate it from the tensorflow.org faviconGravatar A. Unique TensorFlower2016-04-08
* Added write_meta_graph flag to saver.save() to allow skipping writingGravatar Sherry Moore2016-04-08
* Add BUILD files to opensource tree.Gravatar Martin Wicke2016-04-08
* Fixes `tf.reverse_sequence()` to work when input shape is unknown.Gravatar Derek Murray2016-04-08
* Move the FileSystemRegistry inside Env instead of it being global and sharedGravatar Manjunath Kudlur2016-04-07
* Parse the URI from scheme and allow only [a-zA-Z][0-9a-zA-Z.]*Gravatar Manjunath Kudlur2016-04-07
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-04-07
* Clean up the interface to the distributed runtime from PythonGravatar Derek Murray2016-04-07
* Re-working resource_loader to address some problems with dynamically loading ...Gravatar A. Unique TensorFlower2016-04-07
* Adding assert_rank and assert_rank_at_least to tensor_util.Gravatar A. Unique TensorFlower2016-04-07
* Initial API in contrib/metrics/ and adding one Op (auc_using_histogram).Gravatar A. Unique TensorFlower2016-04-07
* Add gradients for {batch_}matrix_solve.Gravatar A. Unique TensorFlower2016-04-07
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-04-07
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-04-07
* Added is_variable_initialized(variable) function.Gravatar Sherry Moore2016-04-07
* Better documenting the use of Hash64.Gravatar A. Unique TensorFlower2016-04-07
* Fix genrules that didn't work when TensorFlow was imported as a submodule and...Gravatar Kiril Gorovoy2016-04-07
* Handles python3 strings nicer.Gravatar Sherry Moore2016-04-07
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-04-07
* Fix int-overflow errors in concat cpu kernel.Gravatar Josh Levenberg2016-04-07
* Add support for non-trainable neural network layers.Gravatar A. Unique TensorFlower2016-04-07
* Fixes documentation on logistic and softmax ops in loss_ops.Gravatar A. Unique TensorFlower2016-04-07
* Automatically determine GPU CUDA capability verGravatar A. Unique TensorFlower2016-04-07
* Fix the termination condition for partial run.Gravatar Yuan Yu2016-04-07
* Fix python3 error in framework/ops_testGravatar A. Unique TensorFlower2016-04-07
* Upgraded to the latest version of eigen that introduces implementations of th...Gravatar Benoit Steiner2016-04-07
* Switch edge scale to linear when the graph has no shape information.Gravatar Dan Smilkov2016-04-07
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-04-07
* Made read_meta_graph_file() a public API.Gravatar Sherry Moore2016-04-07
* Implement a file factory mechanism to handle network file systems.Gravatar Manjunath Kudlur2016-04-07
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-04-06
* Implement a file factory mechanism to handle network file systems.Gravatar Manjunath Kudlur2016-04-06
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-04-06
* Implement a file factory mechanism to handle network file systems.Gravatar Manjunath Kudlur2016-04-06
* Allow DataFeeder to handle unsupervised learning cases.Gravatar A. Unique TensorFlower2016-04-06
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-04-06
* Add SparseTensor.eval.Gravatar A. Unique TensorFlower2016-04-06
* Added dtype information in DebugString().Gravatar Sherry Moore2016-04-06
* Adds Distributed TF tutorial to the how-tos index.Gravatar A. Unique TensorFlower2016-04-06
* Various bugfixes to the core float16 support. (These started showing upGravatar A. Unique TensorFlower2016-04-06
* Simplified the conversion from secs <-> ms in prepare_session.Gravatar A. Unique TensorFlower2016-04-06
* Remove NumericParse32 from str_util.h, replacing calls with safe_strto32 fromGravatar A. Unique TensorFlower2016-04-06
* Fixing bug in wait_for_session in which we were waiting for N ms instead of N...Gravatar A. Unique TensorFlower2016-04-05
* Register quantized types for dense assign.Gravatar A. Unique TensorFlower2016-04-05
* Add safe_strtou32, safe_strtou64, and safe_strtod to numbers.h.Gravatar A. Unique TensorFlower2016-04-05