1. e895d5c Fixing 2 minor issues as suggested by Gunan. by Amit Patankar · 8 years ago v1.0.1
  2. 60d35bb Implementing Gunan's suggestions to the RELEASE.md file. Including missed changes in 1.0 docs. by Amit Patankar · 8 years ago
  3. 30fa482 Updating the RELEASE.md for patch version 1.0.1 by Amit Patankar · 8 years ago
  4. 4763edf Merge pull request #8135 from gunan/cp by av8ramit · 8 years ago
  5. 5d2a7d9 Remove the extra linkopt in ci_parameterized_build script. by Gunhan Gulsoy · 9 years ago
  6. 5b4bb03 Merge pull request #8097 from jhseu/r1.0_fixes by Jonathan Hseu · 9 years ago
  7. 74ab5f1 Bump the installed protobuf for the python 3.5 build to protobuf 3.1.0 by Jonathan Hseu · 9 years ago
  8. e8b9bd9 Install numpy from source for Python 3.5 to fix the nightly build. by Jonathan Hseu · 9 years ago
  9. 96d555e Remove extra exported symbols. Change: 149211889 by Patrick Nguyen · 9 years ago
  10. 2990e81 Merge pull request #8069 from av8ramit/1.0.1_patch by Jonathan Hseu · 9 years ago
  11. cdf2522 Merge branch 'r1.0' into 1.0.1_patch by Jonathan Hseu · 9 years ago
  12. 5e0c2f3 Merge pull request #8070 from tensorflow/cwhipkey/reduction_shapes by cwhipkey · 9 years ago
  13. 6cffd13 Merge branch 'r1.0' into cwhipkey/reduction_shapes by cwhipkey · 9 years ago
  14. 15c5bb2 Running the update_version.sh script to update all version #s to 1.0.1. by Amit Patankar · 9 years ago
  15. 26f976d Merge pull request #8065 from jhseu/r1.0_cherrypicks by av8ramit · 9 years ago
  16. a0802b5 Add the graphdef version to InferenceContext and to ShapeRefiner::AddNode. by A. Unique TensorFlower · 9 years ago
  17. 2924e92 Fix merge by Jonathan Hseu · 9 years ago
  18. cbb612e Upon any HTTP error, clear the response buffer. Change: 149062390 by Jonathan Hseu · 9 years ago
  19. aee4914 Retrying FileExists errors in case of errors to overcome intermittent GCS errors. by A. Unique TensorFlower · 9 years ago
  20. d4fd3b1 Merge by Alexey Surkov · 9 years ago
  21. 1ded480 Add a non-debug avx2 fma build by Jonathan Hseu · 9 years ago
  22. 9695077 Change pip.sh to take Bazel flags directly so AVX packages are built properly. (#7797) by Jonathan Hseu · 9 years ago
  23. a868af7 Retry failures when requesting auth token from GCE metadata server. by Alexey Surkov · 9 years ago
  24. 29a6b46 Merge pull request #7790 from jendap/fix-debian-jessie-build by Maciek Chociej · 9 years ago
  25. 74cf4d2 Merge branch 'r1.0' into fix-debian-jessie-build by Jan Prach · 9 years ago
  26. f3985a4 Merge pull request #7803 from yifeif/r1.0 by Yifei Feng · 9 years ago
  27. 01e5764 Add pre-compilation of Pascal binaries (CC 6.0/6.1) to CUDA-enabled Docker build (#6941) by Marek Kolodziej · 9 years ago
  28. 81d8255 fix debian jessie ci_build by Jan Prach · 9 years ago
  29. 950db43 Merge pull request #7759 from jhseu/r1.0 by Maciek Chociej · 9 years ago
  30. 7501b49 Merge branch 'r1.0' into r1.0 by Jonathan Hseu · 9 years ago
  31. deca110 Merge pull request #7761 from jhseu/ubuntu by Maciek Chociej · 9 years ago
  32. c6cfa57 Merge branch 'r1.0' into ubuntu by Jonathan Hseu · 9 years ago
  33. ffaaa3e Merge pull request #7780 from alanwang93/r1.0 by Maciek Chociej · 9 years ago
  34. b0c34b0 Workaround for cudnn file location issue by Jonathan Hseu · 9 years ago
  35. 30dfd31 Merge branch 'r1.0' into r1.0 by Yifan WANG · 9 years ago
  36. d7950e0 fix some documentation style faults for dynamic_rnn, dynamic_rn_decoder and tensordot by alanwang93 · 9 years ago
  37. 49b8223 Use Ubuntu 14.04 for the 1.0 GPU build. by Jonathan Hseu · 9 years ago
  38. d21baff6 Add MAVX2_FMA_DBG build option and rename MAVXDBG to MAVX_DBG. by Jonathan Hseu · 9 years ago
  39. 52389ea Merge pull request #7745 from yifeif/r1.0 by Maciek Chociej · 9 years ago
  40. e4d16eb Merge branch 'r1.0' into r1.0 by Yifei Feng · 9 years ago
  41. 1619804 Update release note for tf.nn.rnn_cell. by Yifei Feng · 9 years ago
  42. c56c873 Add --pull to docker build to automatically pull the latest image in (#7597) by Yifei Feng · 9 years ago
  43. e8da7b7 Add --pull to docker build to automatically pull the latest image in FROM. by Yifei Feng · 9 years ago
  44. 16485a3 Merge pull request #7516 from av8ramit/cherrypicks_round2 by Yifei Feng · 9 years ago
  45. 8e51bfd Add linking to methods, and warnings for links to things that are not by A. Unique TensorFlower · 9 years ago
  46. 9297393 Change to remove BUILD dependency on docs. Change: 147255697 by A. Unique TensorFlower · 9 years ago
  47. 419665f Update Python doc strings for the new doc generator pipeline. Change: 147519957 by A. Unique TensorFlower · 9 years ago
  48. da8758b Manual documentation fixes. Change: 147514603 by A. Unique TensorFlower · 9 years ago
  49. 40ec3db Fix links according to new convention. Change: 147499520 by Patrick Nguyen · 9 years ago
  50. 04af672 Module docstring updates. Change: 147412093 by A. Unique TensorFlower · 9 years ago
  51. dfaf790 Merge pull request #7505 from av8ramit/cherrypicks by Yifei Feng · 9 years ago
  52. 5a60bb8 Remove unused debug_utils import in stepper.py. by Yifei Feng · 9 years ago
  53. fc4e26d Remove generator.py changes from cherrypicks. by Yifei Feng · 9 years ago
  54. f63bb3a8 tfdbg: adjust file paths after Python API seal to avoid import problems by Shanqing Cai · 9 years ago
  55. 91c50b6 Drop reference to monitors guide. Change: 147437030 by A. Unique TensorFlower · 9 years ago
  56. 81bfd9b TASK 1. Python module doc strings by A. Unique TensorFlower · 9 years ago
  57. 11cb908 C++ API: include optional attrs in generated class comments + improve core docs by Skye Wanderman-Milne · 9 years ago
  58. d315634 C++ API: clean up generated Attrs struct comments by Skye Wanderman-Milne · 9 years ago
  59. 6b0a5aa Seal ffmpeg interface and fix document generator to use ffmpeg build target. by Andrew Selle · 9 years ago
  60. 31f3025 Update docs. Change: 147419923 by A. Unique TensorFlower · 9 years ago
  61. b780726 Doc updates for Python IO, string, TensorArray, and summary ops by A. Unique TensorFlower · 9 years ago
  62. c926b75 Doc fixit task 2. Change: 147404726 by Jonathan Hseu · 9 years ago
  63. aa6b837 Link docstrings to module guides and remove redundant text. Change: 147402322 by Andrew Selle · 9 years ago
  64. 0c930f0 Documentation changes to adhere to new doc generator Change: 147402290 by Brennan Saeta · 9 years ago
  65. 2323ada Remove @@__init__ from docstrings. Change: 147393760 by Andrew Selle · 9 years ago
  66. b6d328e Update docs. Change: 147383879 by A. Unique TensorFlower · 9 years ago
  67. 4fb692b Documentation changes to adhere to new doc generator Change: 147382677 by Andrew Selle · 9 years ago
  68. 6636d79 C++ docs: add doxygen group annotations to source code Change: 147373087 by Skye Wanderman-Milne · 9 years ago
  69. 07bb8ea Update release note. by Yifei Feng · 9 years ago v1.0.0
  70. 47bba63 Update version string for 1.0.0. by Yifei Feng · 9 years ago
  71. 43df96a Merge pull request #7427 from tensorflow/seal-contrib by Yifei Feng · 9 years ago
  72. 810a476 Expose export-related utility functions under tf.contrib.learn Change: 144924507 by David Soergel · 9 years ago
  73. 779503f Merge branch 'seal-contrib' of github.com:tensorflow/tensorflow into seal-contrib by Martin Wicke · 9 years ago
  74. f3979c0 Fix transform for cyclic graph (second try). Deprecate in-place transform. by A. Unique TensorFlower · 9 years ago
  75. 4e20b47 Fix transform for cyclic graph. by A. Unique TensorFlower · 9 years ago
  76. ce1cbb5 Merge branch 'r1.0' into seal-contrib by Yifei Feng · 9 years ago
  77. 80a5ffb Merge pull request #7426 from yifeif/r1.0 by Yifei Feng · 9 years ago
  78. 7aa125e Merge branch 'r1.0' into seal-contrib by Martin Wicke · 9 years ago
  79. 2d364af Fix double evaluation of macro argument that was causing duplicate CUDA batched GEMM calls. by Peter Hawkins · 9 years ago
  80. 5a7babb Merge pull request #7423 from caisq/doc-cp by Shanqing Cai · 9 years ago
  81. 4ca79f6 tfdbg doc: move PNG image files to g3doc/images Change: 146289701 by Shanqing Cai · 9 years ago
  82. b2215c8 Seal tf.contrib.framework. Change: 146174108 by Martin Wicke · 9 years ago
  83. daa030e Seal contrib interfaces (as much a feasible). If you were using a symbol which is now hidden, it should be added to the _allowed_symbols list in the appropriate __init__.py file. by Martin Wicke · 9 years ago
  84. 59ad952 Remove access to individual sub-modules: only use the symbols imported at the root of the library. by A. Unique TensorFlower · 9 years ago
  85. 1536a84 Bump the version of nccl for macos fixes. by Gunhan Gulsoy · 9 years ago v1.0.0-rc2
  86. 81e823d set TF_CUDA_TOOLKIT_PATH for cmake builds as bazel builds do. by guschmue · 9 years ago
  87. a522ba9 Bump the size of server_test to avoid flakes. by Gunhan Gulsoy · 9 years ago
  88. e5f615d Bump the size of saver_test. by Gunhan Gulsoy · 9 years ago
  89. da57986 Bump the size of flaky core_rnn_test. by Gunhan Gulsoy · 9 years ago
  90. 38ac8aa Split input related estimator tests into a new file to fix timeout issue. by Mustafa Ispir · 9 years ago
  91. 1a4406e Disable nccl_manager_test since it flakes a lot on Jenkins with errors finding by A. Unique TensorFlower · 9 years ago
  92. f2f3348 Update version string to 1.0.0-rc2 by Gunhan Gulsoy · 9 years ago
  93. ad67415 Rename the DEBUG logging level to DEBUGGING. by A. Unique TensorFlower · 9 years ago
  94. c6d6468 Work around Devsite bug in generated documentation. by Skye Wanderman-Milne · 9 years ago
  95. 7eb3475 CudaRoot() returns the configured CUDA toolkit path. by Jingyue Wu · 9 years ago
  96. b9deaac [TF:XLA] Disable the XLA CPU jit by default when the JIT is requested via the OptimizerOptions. by Peter Hawkins · 9 years ago
  97. 2058497 Streamlined representation of PendingCounts data structure. by Jeffrey A. Dean · 9 years ago
  98. f4250fd This implemented Jeff's idea to avoid most of the refcount related atomic operations when propagating tensors to the input slots of its consumers. by Yuan Yu · 9 years ago
  99. 9f57712 Improve memory system behavior of core graph execution module. by Jeffrey A. Dean · 9 years ago
  100. af37207 Fix for op placements when deduplicating sparse gradients. by A. Unique TensorFlower · 9 years ago