- 25023df Merge pull request #2981 from caisq/r0.9-3 by Martin Wicke · 9 years ago v0.9.0
- 1bfe153 Update build file to fix #2703 by Olivia · 9 years ago
- 28bbaee Merge pull request #2972 from martinwicke/docs-update by Martin Wicke · 9 years ago
- c0e7947 update docs by Martin Wicke · 9 years ago
- 8b42d12 Merge pull request #2963 from ysuematsu/r0.9 by Martin Wicke · 9 years ago
- 741dc96 Merge pull request #2969 from martinwicke/r0.9-time-fix by Martin Wicke · 9 years ago
- 16f45ce Change test for MaxExecutionTime to allow time 0, in by A. Unique TensorFlower · 9 years ago
- b3ef2b0 Docstring example and formatting updates Change: 125205938 by A. Unique TensorFlower · 9 years ago
- 1ed63338 Merge pull request #2966 from caisq/r0.9-ver2 by Martin Wicke · 9 years ago
- dc801d5 Version bump: 0.9.0rc0 --> 0.9.0 by Shanqing Cai · 9 years ago
- b62d02e Use string_to_hash_bucket_fast in feature_column by ysuematsu · 9 years ago
- 384fed7 Merge pull request #2831 from martinwicke/r0.9 by Martin Wicke · 9 years ago
- 2f0b20f Merge pull request #2934 from martinwicke/r0.9-py3-fix by Martin Wicke · 9 years ago
- b592526 Merge branch 'r0.9' into r0.9-py3-fix by Martin Wicke · 9 years ago
- a1a6659 Merge branch 'r0.9' into r0.9 by Martin Wicke · 9 years ago
- 99e52a8 Bugfixes to TensorArray and functional ops: by Eugene Brevdo · 9 years ago
- 1bea99a Use only op_scope, not variable_op_scope, in functional ops since they do not by Lukasz Kaiser · 9 years ago
- a096442 Merge pull request #2933 from ebrevdo/0.9 by Martin Wicke · 9 years ago
- 8616f14 Fix genrule Python execution problem with Python3. Change: 124202095 by Kiril Gorovoy · 9 years ago
- aaedc57 Make RNN api public. Change: 124305799 by Eugene Brevdo · 9 years ago
- e13cd05 Merge pull request #2891 from mrry/r0.9-cherrypick by Martin Wicke · 9 years ago
- 0d0f37a Add a size check before attempting to serialize a variable. by Derek Murray · 9 years ago
- 31f9379 Improves the `tf.QueueBase` documentation with regard to error conditions. by Derek Murray · 9 years ago
- f8ef65c Three fixes to the gRPC services. by Derek Murray · 9 years ago
- 3898339 Ensure that all RunManyGraphs calls complete before returning from cancellation. by Derek Murray · 9 years ago
- ea00daa Merge iOS and Pi changes into 0.9 branch (#2857) by Pete Warden · 9 years ago
- 115f518 Merge pull request #2824 from martinwicke/r0.9 by Martin Wicke · 9 years ago
- 158bba5 Change some kernels to use TF_CALL* macros, so that the instantiations for some by A. Unique TensorFlower · 9 years ago
- a5b5049 Change register_types.h to support individual TF_CALL_float, TF_CALL_half, etc. by A. Unique TensorFlower · 9 years ago
- 9216497 Merge pull request #2786 from danmane/cherry-pick-tb-0.9 by Vijay Vasudevan · 9 years ago
- 67ff867 update gpu docker containers documentation (#2795) by Jan Prach · 9 years ago
- 8530844 Update distributed tf-tensorboard bundle. Change: 124375656 by Dan Mané · 9 years ago
- d1c3d65 Fixed Tensorboard minimap not being drawn on Safari (OS X, iOS) (#2302) by SunYeop Lee · 9 years ago
- 1c618bc added complex128 to release notes (#2720) by Martin Wicke · 9 years ago
- f05f72e Add mesos integration and placer work to roadmap.md (#2707) by Martin Wicke · 9 years ago
- 682267e Remove sudo in virtualenv during installation (#2692) by Isaac Yang · 9 years ago
- 209e217 Merge pull request #2684 from caisq/r0.9-ver by caisq · 9 years ago
- 1a83c83 parameterized_docker_build includes three CUDA capabilities by Shanqing Cai · 9 years ago
- 9425f82 Reorganize installation instructions by Martin Wicke · 9 years ago v0.9.0rc0
- a3a6cbb Merge pull request #2676 from caisq/r0.9-ver by caisq · 9 years ago
- 757f1cc Replace assertEquals in graph_io_test; disable a session_bundle test by Shanqing Cai · 9 years ago
- 21381af Merge pull request #2673 from jendap/disable-session_bundle by Jan Prach · 9 years ago
- edf3f94 temporarily disable contrib/session_bundle by Jan Prach · 9 years ago
- 3c71c59 update release and roadmap (#2656) by Martin Wicke · 9 years ago
- 9a402ea Merge pull request #2650 from gunan/r0.9 by caisq · 9 years ago
- 68c175e Bump version to 0.9.0rc0 by Gunhan Gulsoy · 9 years ago
- 9078909 Merge pull request #2649 from martinwicke/branch_124012080 by Martin Wicke · 9 years ago
- 1a1c403 Disable failing test. by Martin Wicke · 9 years ago
- 3c5233d Added licenses to makefile sh scripts (#2647) by Pete Warden · 9 years ago
- 3ebf4b2 Merge makefile by Martin Wicke · 9 years ago
- 60796d7 Merge changes from github. Change: 124012080 by Martin Wicke · 9 years ago
- 349072f Add a ReaderReadUpTo Op by Ben Lee · 9 years ago
- e0e5489 Update generated Python Op docs. Change: 124007278 by A. Unique TensorFlower · 9 years ago
- 6ba4995 Specializes the implementation of the gRPC Master and Worker services. by Derek Murray · 9 years ago
- 89fb09e Cleanup: Get rid of unused copy of simple threadpool implementation. The implementation is identical to the simple threadpool in Eigen (can be selected by not defining EIGEN_USE_NONBLOCKING_THREAD_POOL), which also has had all the same tracing calls added via the hooks in EigenEnvironment. by A. Unique TensorFlower · 9 years ago
- f4e89d4 Add android_tensorflow_test_lib target and consistently use if_android in tensorflow/core/BUILD. by Andrew Harp · 9 years ago
- 41d6b88 Fix the constructors of DNNClassifier and DNNREgressor. Change: 124003810 by A. Unique TensorFlower · 9 years ago
- e1d23bb Fixed shape error seen in tutorial. Change: 124003630 by Mustafa Ispir · 9 years ago
- 7ee839a Add the following ops to android_extended_ops groups by A. Unique TensorFlower · 9 years ago
- 2c55490 Merge pull request #2644 from caisq/permission-fix-1 by caisq · 9 years ago
- ba66c11 Used Fingerprint function in sparse_feature_cross instead of Hash64. by Mustafa Ispir · 9 years ago
- 11f4e55 Updated Eigen version in Makefile (#2643) by Pete Warden · 9 years ago
- e458d19 Changing API for monitors step_begin to only take step and return list of tensors to run. Support distributed training in EveryN monitor. by Illia Polosukhin · 9 years ago
- be928cf Enable GPU for L2Loss float64 (#2352) by Siddharth Agrawal · 9 years ago
- 4aeb698 Add x permission back to test_tutorials.sh by Shanqing Cai · 9 years ago
- 88c72e1 Fix the flaky test in nonlinear_test. Change: 123989954 by Illia Polosukhin · 9 years ago
- 445aa09 Update generated Python Op docs. Change: 123989187 by A. Unique TensorFlower · 9 years ago
- e1c2ad4 distributions API update by A. Unique TensorFlower · 9 years ago
- d51eb95 Support for passing params into Estimator that will be passed to the function call of model_fn. Note, params are only passed if model_fn takes 4 arguments, otherwise it works the same way. by Illia Polosukhin · 9 years ago
- dfb532c Register GPU kernels for placeholder to make placer happy. Change: 123984360 by Yuan Yu · 9 years ago
- f9cc62c Update generated Python Op docs. Change: 123983886 by A. Unique TensorFlower · 9 years ago
- b7dd038 Update ops-related pbtxt files. Change: 123983409 by A. Unique TensorFlower · 9 years ago
- fe596e1 Introduce IS_MOBILE_PLATFORM macro, defined in platform.h, and use this for by A. Unique TensorFlower · 9 years ago
- 6b1b429 Adds an ExtractImagePatchesOp that performs im2col. Forward only implementation for now. Fixes #2605. by A. Unique TensorFlower · 9 years ago
- 4c789e3 cleans up warning/errors tensorflow/stream_executor (#2555) by Fabrizio Milo · 9 years ago
- 88cabd6 Fixing bug in propagating normalized y into the input of the next power iteration, improved eigenvalue estimate by making use of the Rayleigh quotient, and normalizing the random input vector. by A. Unique TensorFlower · 9 years ago
- c94f554 Update TensorBoard README to specify Chrome+FF Change: 123975883 by Dan Mané · 9 years ago
- aaefa05 Phase 1 of moving TensorFlow Serving SessionBundle to tensorflow/contrib. by Noah Fiedel · 9 years ago
- b1bf065 Fix incorrect typescript type annotation which was caught by the typescript compiler due to newer typings definitions for lodash library. by Dan Smilkov · 9 years ago
- 763b6d8 Update generated Python Op docs. Change: 123971387 by A. Unique TensorFlower · 9 years ago
- 15ffc38 Fix event_shape for scalar distributions Change: 123971216 by A. Unique TensorFlower · 9 years ago
- 8abe7db Enable fp16 for most of the pooling ops (MaxPool, AvgPool, associated by A. Unique TensorFlower · 9 years ago
- 9bedadc Enable fp16 for most of the pooling ops (MaxPool, AvgPool, associated by Benoit Steiner · 9 years ago
- 536e7ca Added support for fp16 to the squared difference op Change: 123964973 by Benoit Steiner · 9 years ago
- fc0158e Fix the "compute time" stats computation. by Dan Smilkov · 9 years ago
- d42facc Merge branch 'martinwicke-branch_123940786' by Martin Wicke · 9 years ago
- d2eab5f Merge by Martin Wicke · 9 years ago
- 9bba62f added Install instructions for OS X GPU (#2557) by Dr. Kashif Rasul · 9 years ago
- d8c534b Fix dropout test by Martin Wicke · 9 years ago
- 2c033b7 Work on strings instead of binary in Python3 (#2622) by Jesper Steen Møller · 9 years ago
- 77da9d0 Updated gRPC to release 0.14. (#2632) by Derek Murray · 9 years ago
- 5309675 improve docker readme (#2635) by Jan Prach · 9 years ago
- 15f4059 Merge pull request #2608 from siddharth-agrawal/sparse_shape_ops by Zongheng Yang · 9 years ago
- 65cd5c9 Merge commits from internal. by Martin Wicke · 9 years ago
- 0af43ca Update generated Python Op docs. Change: 123940786 by A. Unique TensorFlower · 9 years ago
- d7d1ab9 Fix python breakages due to Estimator moves. Change: 123939117 by Martin Wicke · 9 years ago
- 2fa6467 Update generated Python Op docs. Change: 123937085 by A. Unique TensorFlower · 9 years ago
- b26658c Update ops-related pbtxt files. Change: 123937028 by A. Unique TensorFlower · 9 years ago
- 727c4c7 Fixes: by Illia Polosukhin · 9 years ago
- 283782a Morphological filtering operations: Dilation and erosion. Change: 123935296 by A. Unique TensorFlower · 9 years ago