aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* TensorFlow: Small wording changes on ISSUE_TEMPLATE, moveGravatar Vijay Vasudevan2016-02-17
* No GPU implementation so we don't want to FTRL running on GPU case.Gravatar A. Unique TensorFlower2016-02-17
* TensorFlow: add an issue_template for issues.Gravatar Vijay Vasudevan2016-02-17
* Fix Python3 tensorboard server_test failure. Fixes #1147.Gravatar Vijay Vasudevan2016-02-17
* Add fused implementation: FTRL-proximal, which can be used for wide modelGravatar A. Unique TensorFlower2016-02-17
* 36-48% speedup in allocation/deallocation speed for GPUBFCAllocator:Gravatar A. Unique TensorFlower2016-02-17
* Add utility function for creating partitioned variables.Gravatar A. Unique TensorFlower2016-02-17
* Fixes issues with the `tf.train.Saver` in the 0.7.0 release.Gravatar Derek Murray2016-02-17
* Duplicated the same benchmark for the cpu allocator.Gravatar A. Unique TensorFlower2016-02-17
* Merge changes from github.Gravatar Vijay Vasudevan2016-02-17
* TensorFlow: fix python3 gfile_test. Fixes #1146.Gravatar Vijay Vasudevan2016-02-17
* Deleted the unused costutil codeGravatar Benoit Steiner2016-02-17
* TensorFlow: more fix to android BUILDGravatar Vijay Vasudevan2016-02-17
* TensorFlow: fix android buildGravatar Vijay Vasudevan2016-02-16
* Removes GPURegionAllocator and turns BFC allocator the default.Gravatar A. Unique TensorFlower2016-02-16
* TensorFlow: fix a bunch of remaining warnings (CPU / linux)Gravatar Vijay Vasudevan2016-02-16
* Unbreak the build.Gravatar A. Unique TensorFlower2016-02-16
* Fix gulp build and test (used for external front-end dev) by fixing:Gravatar Dan Smilkov2016-02-16
* Refactor the split op kernel, make use of standard macros, ldg.Gravatar Manjunath Kudlur2016-02-16
* Reorganize tensorboard/backend:Gravatar A. Unique TensorFlower2016-02-16
* Add GPU benchmarks.Gravatar Vincent Vanhoucke2016-02-16
* Fixing format string in an assertion.Gravatar A. Unique TensorFlower2016-02-16
* Restore AllocatorAttributes as a 32-bit value, add a test to make sure theGravatar Vijay Vasudevan2016-02-16
* Make the treatment of input_size consistent in RNNCells.Gravatar Lukasz Kaiser2016-02-16
* Fix the CIFAR-10 model eval to make the eval entirely deterministic.Gravatar Jon Shlens2016-02-16
* Rollback of: Alphabetize TensorBoard's bower dependenciesGravatar A. Unique TensorFlower2016-02-16
* Allow casting to/from uint16.Gravatar A. Unique TensorFlower2016-02-16
* Fixing an error where .cc file was accidentally included in extended_ops_head...Gravatar A. Unique TensorFlower2016-02-16
* Split android_tensorflow_lib into lite and full versions, to make it easier t...Gravatar A. Unique TensorFlower2016-02-16
* Prepare to take another snapshot from stream-executor.Gravatar Xiaoqiang Zheng2016-02-16
* Update unary/binary math ops' gradient to defer some computationGravatar A. Unique TensorFlower2016-02-16
* Added microbenchmark for GPUBFCAllocator allocation/deallocation.Gravatar A. Unique TensorFlower2016-02-16
* TensorFlow: min -> std::min to unbreak OSSGravatar Vijay Vasudevan2016-02-16
* Update versions of bower components to reflect those inside Google. This also...Gravatar Dan Smilkov2016-02-16
* Updated transfer learning documentation with AVX infoGravatar Pete Warden2016-02-16
* Remove some trivial tests. Tidy up the code.Gravatar Yuan Yu2016-02-16
* Rewrite of transpose so that its compilation time is tolerable. MainGravatar A. Unique TensorFlower2016-02-16
* Several changes to reduce the overhead and the cache footprint of dispatchingGravatar A. Unique TensorFlower2016-02-16
* Moves math_grad_test.cc to oss.Gravatar A. Unique TensorFlower2016-02-16
* TensorFlow: implement gfile.Open mimicking standard open. Fixes #1105.Gravatar Vijay Vasudevan2016-02-15
* Implement SplitOp for GPU using one kernel.Gravatar Manjunath Kudlur2016-02-15
* TensorFlow: add gfile.Copy implementation and test. Fixes #1102.Gravatar Vijay Vasudevan2016-02-15
* Fix clang compilation error: replace std::conj with MaybeConj<T>.Gravatar Eugene Brevdo2016-02-15
* Fix build failure (missing include for int64)Gravatar Martin Wicke2016-02-14
* Reorder imports for linter happiness.Gravatar Martin Wicke2016-02-14
* Update ops db after docs change.Gravatar Martin Wicke2016-02-14
* Add tf.image.draw_bounding_box and tf.image.sample_distorted_bounding_box.Gravatar Martin Wicke2016-02-14
* Tiny tweak to sparse_tensor_dense_matmul documentation.Gravatar Eugene Brevdo2016-02-14
* TensorFlow: apply update to tensorboard_handler. Fixes #1076.Gravatar Vijay Vasudevan2016-02-14
* Added SparseDenseMatMul Op.Gravatar Eugene Brevdo2016-02-14