aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Android: lower default NDK level to 14 from 21. This should allow prebuilt bi...Gravatar Andrew Harp2017-02-22
* Fixed the comment to indicate that assign_moving_averages returns a Tensor, n...Gravatar A. Unique TensorFlower2017-02-22
* Fix bug in buffer forwarding for BatchNorm.Gravatar A. Unique TensorFlower2017-02-22
* Fix polynomial decay doc.Gravatar Sergio Guadarrama2017-02-22
* Speeding up and refactoring contrib/training_test.pyGravatar Nathan Silberman2017-02-22
* Fix export scope handling in saver.Gravatar A. Unique TensorFlower2017-02-22
* Compile time conditions of enabling prefetch instruction now includes defined...Gravatar A. Unique TensorFlower2017-02-22
* Deprecate BaseEstimator.export() and ExportMonitor, in favor of new SavedMode...Gravatar David Soergel2017-02-22
* Fix windows cmake build by adding missing bijectors python directoryGravatar Shanqing Cai2017-02-22
* Fix the bug in numpy_input_fn that could return more data than expected epochs.Gravatar Jianwei Xie2017-02-22
* [XLA:GPU] Optimize UpdateDynamicSlice to update data in-place (when feasible)...Gravatar A. Unique TensorFlower2017-02-22
* Move tensorflow::ReaderBase to tensorflow/core/framework so that it can be us...Gravatar Jonathan Hseu2017-02-21
* Fix an assertion issue in executor.cc when running on 32bit CPUGravatar A. Unique TensorFlower2017-02-21
* tfdbg: Fix a bug in DebugNumericSummaryOp's min / max calculation algorithmGravatar Shanqing Cai2017-02-21
* [TF:XLA] Add support for resource variables to the Tensorflow/XLA bridge.Gravatar Peter Hawkins2017-02-21
* Re-enable kmeans_testGravatar A. Unique TensorFlower2017-02-21
* Add a slider that lets the user vary the step of health pills.Gravatar A. Unique TensorFlower2017-02-21
* Fixing grammatical error in docstring.Gravatar Sanders Kleinfeld2017-02-21
* [XLA] Properly version outfeed and send operations in UserComputation.Gravatar Mark Heffernan2017-02-21
* Change nccl_manager to use ncclCommInitAll.Gravatar A. Unique TensorFlower2017-02-21
* Added option to specify if an embedding is trainable or not when using embedd...Gravatar A. Unique TensorFlower2017-02-21
* Allow (safe) in-place computation in TensorFlow C++ ops. When at least one in...Gravatar A. Unique TensorFlower2017-02-21
* Utils for starting, waiting for and stopping distributed benchmarks usingGravatar A. Unique TensorFlower2017-02-21
* Add convenience function to get total regularization loss.Gravatar A. Unique TensorFlower2017-02-21
* "the the" -> "the"Gravatar A. Unique TensorFlower2017-02-21
* Reduce cost of stage_op_testGravatar A. Unique TensorFlower2017-02-21
* Automated rollback of change 147087276Gravatar Dandelion Mané2017-02-21
* Fix GPU device placement for sparse gradients with int64 indices.Gravatar A. Unique TensorFlower2017-02-21
* Update LLVM release to @295711 to fix build breakage.Gravatar Peter Hawkins2017-02-21
* tfdbg CLI: fix click-triggered command with existing text in textboxGravatar Shanqing Cai2017-02-21
* Move Global step creator utilities from contrib to training_util.Gravatar Mustafa Ispir2017-02-21
* Remove a few outstanding references to concat_v2.Gravatar A. Unique TensorFlower2017-02-21
* Adds missing functions to LabeledTensor's __init__.py.Gravatar A. Unique TensorFlower2017-02-21
* Add a test to check performance of shape inference of GraphTransfererGravatar A. Unique TensorFlower2017-02-21
* Make TensorForest use a more idiomatic device assigner (VariableDeviceChooser...Gravatar A. Unique TensorFlower2017-02-21
* contrib/android: Fix bug.Gravatar A. Unique TensorFlower2017-02-21
* Create g3doc for svm EstimatorGravatar Petros Mol2017-02-21
* Clarify documentation of `tf.Session.as_default()` wrt default graphs.Gravatar Derek Murray2017-02-21
* Lets the multiplier in gradient_multipliers be a Tensor or a constant.Gravatar A. Unique TensorFlower2017-02-21
* Creates a _DNNEstimator (similar to _LinearEstimator) that takes head as an a...Gravatar Zakaria Haque2017-02-21
* Add sparse_average_precition_at_top_k which takes top-k class indices instead...Gravatar A. Unique TensorFlower2017-02-21
* Update health pill design.Gravatar A. Unique TensorFlower2017-02-21
* Add `get_trainable_variables` to the list of accessible functions.Gravatar A. Unique TensorFlower2017-02-21
* tfdbg ops: Expand DebugNumericSummary to bool and integer inputsGravatar Shanqing Cai2017-02-21
* Fix documentation on applying quantization to graphs:Gravatar A. Unique TensorFlower2017-02-21
* Update the embedding projector tutorial. Let users know they can manually sav...Gravatar Dan Smilkov2017-02-20
* Add num_worker_replicas, similar to num_ps_replicas, in run_config.Gravatar Jianwei Xie2017-02-20
* Fix #include of moved LLVM file.Gravatar A. Unique TensorFlower2017-02-20
* Add missing state and output size properties to DeviceWrapper.Gravatar Eugene Brevdo2017-02-20
* Added more information to summarize_graph, and support more types for benchma...Gravatar Pete Warden2017-02-19