1. 25023df Merge pull request #2981 from caisq/r0.9-3 by Martin Wicke · 9 years ago v0.9.0
  2. 1bfe153 Update build file to fix #2703 by Olivia · 9 years ago
  3. 28bbaee Merge pull request #2972 from martinwicke/docs-update by Martin Wicke · 9 years ago
  4. c0e7947 update docs by Martin Wicke · 9 years ago
  5. 8b42d12 Merge pull request #2963 from ysuematsu/r0.9 by Martin Wicke · 9 years ago
  6. 741dc96 Merge pull request #2969 from martinwicke/r0.9-time-fix by Martin Wicke · 9 years ago
  7. 16f45ce Change test for MaxExecutionTime to allow time 0, in by A. Unique TensorFlower · 9 years ago
  8. b3ef2b0 Docstring example and formatting updates Change: 125205938 by A. Unique TensorFlower · 9 years ago
  9. 1ed63338 Merge pull request #2966 from caisq/r0.9-ver2 by Martin Wicke · 9 years ago
  10. dc801d5 Version bump: 0.9.0rc0 --> 0.9.0 by Shanqing Cai · 9 years ago
  11. b62d02e Use string_to_hash_bucket_fast in feature_column by ysuematsu · 9 years ago
  12. 384fed7 Merge pull request #2831 from martinwicke/r0.9 by Martin Wicke · 9 years ago
  13. 2f0b20f Merge pull request #2934 from martinwicke/r0.9-py3-fix by Martin Wicke · 9 years ago
  14. b592526 Merge branch 'r0.9' into r0.9-py3-fix by Martin Wicke · 9 years ago
  15. a1a6659 Merge branch 'r0.9' into r0.9 by Martin Wicke · 9 years ago
  16. 99e52a8 Bugfixes to TensorArray and functional ops: by Eugene Brevdo · 9 years ago
  17. 1bea99a Use only op_scope, not variable_op_scope, in functional ops since they do not by Lukasz Kaiser · 9 years ago
  18. a096442 Merge pull request #2933 from ebrevdo/0.9 by Martin Wicke · 9 years ago
  19. 8616f14 Fix genrule Python execution problem with Python3. Change: 124202095 by Kiril Gorovoy · 9 years ago
  20. aaedc57 Make RNN api public. Change: 124305799 by Eugene Brevdo · 9 years ago
  21. e13cd05 Merge pull request #2891 from mrry/r0.9-cherrypick by Martin Wicke · 9 years ago
  22. 0d0f37a Add a size check before attempting to serialize a variable. by Derek Murray · 9 years ago
  23. 31f9379 Improves the `tf.QueueBase` documentation with regard to error conditions. by Derek Murray · 9 years ago
  24. f8ef65c Three fixes to the gRPC services. by Derek Murray · 9 years ago
  25. 3898339 Ensure that all RunManyGraphs calls complete before returning from cancellation. by Derek Murray · 9 years ago
  26. ea00daa Merge iOS and Pi changes into 0.9 branch (#2857) by Pete Warden · 9 years ago
  27. 115f518 Merge pull request #2824 from martinwicke/r0.9 by Martin Wicke · 9 years ago
  28. 158bba5 Change some kernels to use TF_CALL* macros, so that the instantiations for some by A. Unique TensorFlower · 9 years ago
  29. a5b5049 Change register_types.h to support individual TF_CALL_float, TF_CALL_half, etc. by A. Unique TensorFlower · 9 years ago
  30. 9216497 Merge pull request #2786 from danmane/cherry-pick-tb-0.9 by Vijay Vasudevan · 9 years ago
  31. 67ff867 update gpu docker containers documentation (#2795) by Jan Prach · 9 years ago
  32. 8530844 Update distributed tf-tensorboard bundle. Change: 124375656 by Dan Mané · 9 years ago
  33. d1c3d65 Fixed Tensorboard minimap not being drawn on Safari (OS X, iOS) (#2302) by SunYeop Lee · 9 years ago
  34. 1c618bc added complex128 to release notes (#2720) by Martin Wicke · 9 years ago
  35. f05f72e Add mesos integration and placer work to roadmap.md (#2707) by Martin Wicke · 9 years ago
  36. 682267e Remove sudo in virtualenv during installation (#2692) by Isaac Yang · 9 years ago
  37. 209e217 Merge pull request #2684 from caisq/r0.9-ver by caisq · 9 years ago
  38. 1a83c83 parameterized_docker_build includes three CUDA capabilities by Shanqing Cai · 9 years ago
  39. 9425f82 Reorganize installation instructions by Martin Wicke · 9 years ago v0.9.0rc0
  40. a3a6cbb Merge pull request #2676 from caisq/r0.9-ver by caisq · 9 years ago
  41. 757f1cc Replace assertEquals in graph_io_test; disable a session_bundle test by Shanqing Cai · 9 years ago
  42. 21381af Merge pull request #2673 from jendap/disable-session_bundle by Jan Prach · 9 years ago
  43. edf3f94 temporarily disable contrib/session_bundle by Jan Prach · 9 years ago
  44. 3c71c59 update release and roadmap (#2656) by Martin Wicke · 9 years ago
  45. 9a402ea Merge pull request #2650 from gunan/r0.9 by caisq · 9 years ago
  46. 68c175e Bump version to 0.9.0rc0 by Gunhan Gulsoy · 9 years ago
  47. 9078909 Merge pull request #2649 from martinwicke/branch_124012080 by Martin Wicke · 9 years ago
  48. 1a1c403 Disable failing test. by Martin Wicke · 9 years ago
  49. 3c5233d Added licenses to makefile sh scripts (#2647) by Pete Warden · 9 years ago
  50. 3ebf4b2 Merge makefile by Martin Wicke · 9 years ago
  51. 60796d7 Merge changes from github. Change: 124012080 by Martin Wicke · 9 years ago
  52. 349072f Add a ReaderReadUpTo Op by Ben Lee · 9 years ago
  53. e0e5489 Update generated Python Op docs. Change: 124007278 by A. Unique TensorFlower · 9 years ago
  54. 6ba4995 Specializes the implementation of the gRPC Master and Worker services. by Derek Murray · 9 years ago
  55. 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
  56. f4e89d4 Add android_tensorflow_test_lib target and consistently use if_android in tensorflow/core/BUILD. by Andrew Harp · 9 years ago
  57. 41d6b88 Fix the constructors of DNNClassifier and DNNREgressor. Change: 124003810 by A. Unique TensorFlower · 9 years ago
  58. e1d23bb Fixed shape error seen in tutorial. Change: 124003630 by Mustafa Ispir · 9 years ago
  59. 7ee839a Add the following ops to android_extended_ops groups by A. Unique TensorFlower · 9 years ago
  60. 2c55490 Merge pull request #2644 from caisq/permission-fix-1 by caisq · 9 years ago
  61. ba66c11 Used Fingerprint function in sparse_feature_cross instead of Hash64. by Mustafa Ispir · 9 years ago
  62. 11f4e55 Updated Eigen version in Makefile (#2643) by Pete Warden · 9 years ago
  63. 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
  64. be928cf Enable GPU for L2Loss float64 (#2352) by Siddharth Agrawal · 9 years ago
  65. 4aeb698 Add x permission back to test_tutorials.sh by Shanqing Cai · 9 years ago
  66. 88c72e1 Fix the flaky test in nonlinear_test. Change: 123989954 by Illia Polosukhin · 9 years ago
  67. 445aa09 Update generated Python Op docs. Change: 123989187 by A. Unique TensorFlower · 9 years ago
  68. e1c2ad4 distributions API update by A. Unique TensorFlower · 9 years ago
  69. 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
  70. dfb532c Register GPU kernels for placeholder to make placer happy. Change: 123984360 by Yuan Yu · 9 years ago
  71. f9cc62c Update generated Python Op docs. Change: 123983886 by A. Unique TensorFlower · 9 years ago
  72. b7dd038 Update ops-related pbtxt files. Change: 123983409 by A. Unique TensorFlower · 9 years ago
  73. fe596e1 Introduce IS_MOBILE_PLATFORM macro, defined in platform.h, and use this for by A. Unique TensorFlower · 9 years ago
  74. 6b1b429 Adds an ExtractImagePatchesOp that performs im2col. Forward only implementation for now. Fixes #2605. by A. Unique TensorFlower · 9 years ago
  75. 4c789e3 cleans up warning/errors tensorflow/stream_executor (#2555) by Fabrizio Milo · 9 years ago
  76. 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
  77. c94f554 Update TensorBoard README to specify Chrome+FF Change: 123975883 by Dan Mané · 9 years ago
  78. aaefa05 Phase 1 of moving TensorFlow Serving SessionBundle to tensorflow/contrib. by Noah Fiedel · 9 years ago
  79. 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
  80. 763b6d8 Update generated Python Op docs. Change: 123971387 by A. Unique TensorFlower · 9 years ago
  81. 15ffc38 Fix event_shape for scalar distributions Change: 123971216 by A. Unique TensorFlower · 9 years ago
  82. 8abe7db Enable fp16 for most of the pooling ops (MaxPool, AvgPool, associated by A. Unique TensorFlower · 9 years ago
  83. 9bedadc Enable fp16 for most of the pooling ops (MaxPool, AvgPool, associated by Benoit Steiner · 9 years ago
  84. 536e7ca Added support for fp16 to the squared difference op Change: 123964973 by Benoit Steiner · 9 years ago
  85. fc0158e Fix the "compute time" stats computation. by Dan Smilkov · 9 years ago
  86. d42facc Merge branch 'martinwicke-branch_123940786' by Martin Wicke · 9 years ago
  87. d2eab5f Merge by Martin Wicke · 9 years ago
  88. 9bba62f added Install instructions for OS X GPU (#2557) by Dr. Kashif Rasul · 9 years ago
  89. d8c534b Fix dropout test by Martin Wicke · 9 years ago
  90. 2c033b7 Work on strings instead of binary in Python3 (#2622) by Jesper Steen Møller · 9 years ago
  91. 77da9d0 Updated gRPC to release 0.14. (#2632) by Derek Murray · 9 years ago
  92. 5309675 improve docker readme (#2635) by Jan Prach · 9 years ago
  93. 15f4059 Merge pull request #2608 from siddharth-agrawal/sparse_shape_ops by Zongheng Yang · 9 years ago
  94. 65cd5c9 Merge commits from internal. by Martin Wicke · 9 years ago
  95. 0af43ca Update generated Python Op docs. Change: 123940786 by A. Unique TensorFlower · 9 years ago
  96. d7d1ab9 Fix python breakages due to Estimator moves. Change: 123939117 by Martin Wicke · 9 years ago
  97. 2fa6467 Update generated Python Op docs. Change: 123937085 by A. Unique TensorFlower · 9 years ago
  98. b26658c Update ops-related pbtxt files. Change: 123937028 by A. Unique TensorFlower · 9 years ago
  99. 727c4c7 Fixes: by Illia Polosukhin · 9 years ago
  100. 283782a Morphological filtering operations: Dilation and erosion. Change: 123935296 by A. Unique TensorFlower · 9 years ago