aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Use http_file instead of new_http_archive for some external dependencies.Gravatar Dan Smilkov2016-09-06
* Change shape ops that produce int32s to also output int64s in the typeGravatar Vijay Vasudevan2016-09-06
* Add gradient for RsqrtGrad. Change test to use mixed relative + absolute tole...Gravatar A. Unique TensorFlower2016-09-06
* Starting the server before we (optionally) sleep for the case where no device...Gravatar A. Unique TensorFlower2016-09-06
* All other tensors from this list would be ignored, and instead the previousGravatar A. Unique TensorFlower2016-09-06
* Added a check for output_buffer_size <= 1 for ZlibOutputBuffer. Also adding s...Gravatar Rohan Jain2016-09-06
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-09-06
* Cumulative bug fixes to get tf.learn working with open source TF.Gravatar A. Unique TensorFlower2016-09-06
* Add new str_util::HumanReadableElapsedTime that formats a 'double seconds' valueGravatar A. Unique TensorFlower2016-09-06
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-09-06
* Disable "label" mode.Gravatar A. Unique TensorFlower2016-09-06
* tfdbg: Allow debug ops to watch uninitialized tensorsGravatar Shanqing Cai2016-09-06
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-09-06
* Delete deprecated TensorFlowDNN(Regressor|Classifier). Also add tf_random_see...Gravatar A. Unique TensorFlower2016-09-06
* Delegate to C++ shape functions for python ops in training_ops and io_ops.Gravatar A. Unique TensorFlower2016-09-06
* Remove errant struct keyword in stat_summarizerGravatar Andrew Harp2016-09-06
* Add `get_local_variable`, which returns a local variable that respects variab...Gravatar A. Unique TensorFlower2016-09-06
* Add tests for stochastic gradient estimators and fix EMA usage bugGravatar A. Unique TensorFlower2016-09-06
* Weaken strict checks against null (doesn't catch comparison to undefined)Gravatar A. Unique TensorFlower2016-09-06
* Fix AddBackPropIndexedSlicesAccumulator for partially defined shapes and non-...Gravatar A. Unique TensorFlower2016-09-06
* Include sha hash in python variable __version__Gravatar Andrew Selle2016-09-06
* Update URLs to nightly build artifacts and history pagesGravatar Shanqing Cai2016-09-06
* Make TensorBoard histogram processing 3x fasterGravatar Justine Tunney2016-09-05
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-09-05
* Update function comment of tf.train.batchGravatar A. Unique TensorFlower2016-09-05
* Fix comparison of integers of different signsGravatar A. Unique TensorFlower2016-09-05
* Move metric_spec_test to tests/ directory. If mixed in with code python cachi...Gravatar Martin Wicke2016-09-04
* Correct lint errors across TensorBoard.Gravatar Robin Nabel2016-09-04
* Add gradient for InvGrad.Gravatar A. Unique TensorFlower2016-09-03
* Changing ZlibInputBuffer to ZlibInputStream and making it so that it implemen...Gravatar Rohan Jain2016-09-03
* Make CUDA host allocator fetch one of the available stream executorsGravatar Vijay Vasudevan2016-09-02
* Simplify example_trainer.cc to remove threading and concurrent steps,Gravatar Vijay Vasudevan2016-09-02
* Add examples_seen summary for the number of distinct examples we have encount...Gravatar A. Unique TensorFlower2016-09-02
* Fix bug in Eigen causing tf.reduce_max([-inf, -inf]) to return min float inst...Gravatar A. Unique TensorFlower2016-09-02
* Add gradients for TanhGrad and SigmoidGrad.Gravatar A. Unique TensorFlower2016-09-02
* Upgraded Eigen to the latest version which provides faster reductions forGravatar Benoit Steiner2016-09-02
* Support scalar SparseTensors. Scalar SparseTensors are useful for reduction opsGravatar Jonathan Hseu2016-09-02
* Fix gulp 'compile', 'clean' and 'tslint' build rules.Gravatar Robin Nabel2016-09-02
* Add RunMetadata timeline collection for the `GrpcSession`.Gravatar Derek Murray2016-09-02
* Add a way to identify which run by a border on the left of the card's nameGravatar Renato Utsch2016-09-02
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-09-02
* Add sparse_softmax_cross_entropy loss op.Gravatar A. Unique TensorFlower2016-09-02
* When coming back to the t-SNE tab, keep the last projection around.Gravatar Nikhil Thorat2016-09-02
* Move CpuUtils to more appropriate place, core/platform/profile_utilsGravatar A. Unique TensorFlower2016-09-02
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-09-02
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-09-02
* normal.py now using bayesflow/special_math/Gravatar Ian Langmore2016-09-02
* Fuse resize and mirror padding ops into convolutionsGravatar Pete Warden2016-09-02
* TensorFlow: Add "SetShape" function to ShapeRefiner.Gravatar Vijay Vasudevan2016-09-02
* Fix metric_spec_test.Gravatar Martin Wicke2016-09-02