1. 9d6198d Patching rules closure's maven download to an https url, since the current one is causing a 501. by Brian Zhao · 4 years, 5 months ago
  2. 8782b76 Move tflite http_archive and http_file WORKSPACE http_archive rules into tensorflow/workspace.bzl, where the rest of the external dependency configuration lives. This change also converts these rules into tf_http_archive, and adds appropriate mirrors. by Brian Zhao · 4 years, 5 months ago
  3. aaea541 Bump minimum bazel version requirement to 1.0.0 by Gunhan Gulsoy · 4 years, 6 months ago
  4. 98ecdee Add python toolchains definition in python configuration by A. Unique TensorFlower · 4 years, 8 months ago
  5. c0fc6ac Updates WORKSPACE to include latest version of Apple and Swift Bazel dependencies. by A. Unique TensorFlower · 4 years, 9 months ago
  6. ed0761b Mechanical replacement of http://storage.googleapis.com with https equivalent. by Frank Chen · 4 years, 11 months ago
  7. 57e0d1a Mechanical replacement of download.tensorflow.org with https equivalent. by Frank Chen · 4 years, 11 months ago
  8. 15867c9 Updates the Apple and Swift Bazel rules versions. by A. Unique TensorFlower · 4 years, 11 months ago
  9. 2b5ece2 Mechanical replacement of mirror.tensorflow.org with https equivalent. by Frank Chen · 4 years, 11 months ago
  10. dad4197 Fix tf_workspace for projects use TensorFlow as an external repository. by A. Unique TensorFlower · 5 years ago
  11. 508f76b Upgrade protobuf to 3.8.0 by A. Unique TensorFlower · 5 years ago
  12. 265042c Upgrade rules_closure to adapt incompatible changes in Bazel 0.26 by A. Unique TensorFlower · 5 years ago
  13. 7df6c32 Automated rollback of commit 52ab655ad85e58f7f25fd7671fc12516ca60b1ea by A. Unique TensorFlower · 5 years ago
  14. 52ab655 Updates the Apple and Swift Bazel rules versions. by A. Unique TensorFlower · 5 years ago
  15. 9e2bccd Updates Apple Bazel rules. by A. Unique TensorFlower · 5 years ago
  16. 87b5f63 Updates Swift Bazel rules. by A. Unique TensorFlower · 5 years ago
  17. 1942fea Updates versions for Apple and Swift Bazel rules. by A. Unique TensorFlower · 5 years ago
  18. 0bf9877 Upgrade rules_closure by A. Unique TensorFlower · 5 years ago
  19. b5d67b7 Move all TF bazel dependencies to use mirror.tensorflow.org. by Gunhan Gulsoy · 5 years ago
  20. 3d7e00e Update rules_closure data by Yun Peng · 5 years ago
  21. e1bdd9d Fix TensorFlow incompatibility with --incompatible_no_transitive_loads by Yun Peng · 5 years ago
  22. f14586e Avoid using git_repository rules in apple_rules and swift_rules repositories. by Gunhan Gulsoy · 5 years ago
  23. b0022ad Internal changes only. by A. Unique TensorFlower · 5 years ago
  24. c223fbd Upgrade bazel-toolchain to the latest release by A. Unique TensorFlower · 5 years ago
  25. 8c22259 Update dependency on rules_closure by Laurent Le Brun · 5 years ago
  26. 146c2da Adds Apple+Swift Bazel dependencies to TensorFlow workspace. by A. Unique TensorFlower · 5 years ago
  27. 78c246b Merge pull request #22964 from perfinion:bazelrc by TensorFlower Gardener · 5 years ago
  28. 62bc640 Automated rollback of commit 221f4d23c6cffa2ad5fb492a300fafda2a640cd8 by A. Unique TensorFlower · 5 years ago
  29. 2087bff Automated rollback of commit 221f4d23c6cffa2ad5fb492a300fafda2a640cd8 by A. Unique TensorFlower · 5 years ago
  30. 221f4d2 Switch to mounting the current source in the remote config docker. by A. Unique TensorFlower · 5 years ago
  31. b41761c Update to bazel-0.18.0 and use try-import by Jason Zaman · 6 years ago
  32. 5b14577 Use Starlark version of http_archive by A. Unique TensorFlower · 6 years ago
  33. 54cc77e Add configuration rule for remote execution. by A. Unique TensorFlower · 6 years ago
  34. b4ae852 Automated rollback of commit 7229d08f0b25e24e6dd4833a94a27f404b27a350 by Gunhan Gulsoy · 6 years ago
  35. 7229d08 Experiment using Bazel's pip_install rule to install keras_applications. by Michael Case · 6 years ago
  36. bb38411 Upgrade bazel to 0.15.0. by Yifei Feng · 6 years ago
  37. 716d151 Update minimum bazel version to 0.13.0. by Reed Wanderman-Milne · 6 years ago
  38. 1102042 Automated rollback of commit 5e7178ddb7bc8b863469f7240d0cf5a74c77b543 by Yifei Feng · 6 years ago
  39. 5e7178d Upgrade bazel to 0.15.0. by Yifei Feng · 6 years ago
  40. 5105350 Moves generated android_sdk() and android_ndk() repo rules out of WORKSPACE. by Michael Case · 6 years ago
  41. 22f3a97 Merge changes from github. by Yifei Feng · 6 years ago
  42. 9e651e4 Allow to download clang and use clang for CPU builds. by Ilya Biryukov · 6 years ago
  43. d90054e Merge changes from github. by Michael Case · 6 years ago
  44. d9f93c4 Merge changes from github. by Jianwei Xie · 6 years ago
  45. f2250bf Replace http://mirror.bazel.build with https://mirror.bazel.build by A. Unique TensorFlower · 7 years ago
  46. 189ccb3 Update Closure Rules dependency to HEAD by Justine Tunney · 7 years ago
  47. 787d86a Update Android builds to use build tools 26.0.1 (required for Bazel 0.5.4) by Andrew Harp · 7 years ago
  48. d410a83 Android: make it possible to build TF with NDK 13+. The default compiler was switched from gcc to clang in 13b, which introduced a number of small incompatibilities. by Andrew Harp · 7 years ago
  49. d57572e Merge changes from github. by Martin Wicke · 7 years ago
  50. 7d01f89 Android demo app for speech recognition by Pete Warden · 7 years ago
  51. d5a8fe3 Automated g4 rollback of changelist 165504820 by Pete Warden · 7 years ago
  52. bf2365e Android demo app for speech recognition by Pete Warden · 7 years ago
  53. 53aabd5 Update Android Detect demo to use models exported using the Tensorflow Object Detection API. Resolves #6738. by A. Unique TensorFlower · 7 years ago
  54. a1fba7f Merge changes from github. END_PUBLIC by Vijay Vasudevan · 7 years ago
  55. 515b3ac Add Clutz to TensorBoard build by Justine Tunney · 7 years ago
  56. b659bc3 Simplify TensorBoard build by Justine Tunney · 7 years ago
  57. 52b4d47 Delete TensorBoard Gulp build by Justine Tunney · 7 years ago
  58. d0afbc1 Use new mirror.bazel.build hostname by Justine Tunney · 7 years ago
  59. 770a271 Introduce one-off solution for vulcanization by Justine Tunney · 7 years ago
  60. 1ece66d Add more TensorBoard web dependencies to build by Justine Tunney · 7 years ago
  61. ccbc899 Merge changes from github. Change: 152200430 by A. Unique TensorFlower · 7 years ago
  62. bc456e3 Merge changes from github. Change: 151046259 by Martin Wicke · 7 years ago
  63. 21aafcd Add comments for Android NDK settings in WORKSPACE. Change: 151036764 by Andrew Harp · 7 years ago
  64. eb72796 Update android version in Docker. Change: 148823878 by A. Unique TensorFlower · 7 years ago
  65. 4f98897 Android: lower default NDK level to 14 from 21. This should allow prebuilt binaries to run on Android devices >= API 14. by Andrew Harp · 7 years ago
  66. 93a975e Merge changes from github. Change: 147897309 by Vijay Vasudevan · 7 years ago
  67. 02f276c TensorBoard: Migrate vz_{sorting,line_chart} to webfiles Change: 146535501 by Justine Tunney · 7 years ago
  68. ff151c9 Android demo: read MultiBox priors from a txt file in Java rather than reading from a proto file in C++ code, in order to reduce code/build complexity. by Andrew Harp · 7 years ago
  69. 6426c4e Android: add image stylization example demo based on "A Learned Representation For Artistic Style" by Andrew Harp · 7 years ago
  70. efd40e5 Merge changes from github. Change: 143922699 by Shanqing Cai · 7 years ago
  71. 892dc07 Update Bazel version to 0.4.2 Change: 141613129 by Justine Tunney · 7 years ago
  72. a30b992 Adding person detection/tracking sample Activity to Android TensorFlow demo. by Andrew Harp · 8 years ago
  73. 5329ac7 Update bazel rules for bower dependencies. Change: 139501626 by Dan Smilkov · 8 years ago
  74. bc516c8 Update bower dependencies to match internal dependencies. Change: 138919472 by Dan Smilkov · 8 years ago
  75. f0e9bd3 Update bower dependencies to match internal versions. Change: 138673511 by Dan Smilkov · 8 years ago
  76. a37ca0d Auto-fetch Inception model assets for Android demo, so that manual download/extract step is unnecessary. by Andrew Harp · 8 years ago
  77. c3bed28 Update polymer dependencies. Change: 137877854 by Dan Smilkov · 8 years ago
  78. 5441431 Automated rollback of change 136369196 Change: 136825932 by A. Unique TensorFlower · 8 years ago
  79. 40aee90 Automated rollback of change 136356467 Change: 136369196 by Gunhan Gulsoy · 8 years ago
  80. f5a747e Update Bazel version to 0.3.2 Change: 136356467 by A. Unique TensorFlower · 8 years ago
  81. 3037d18 Update the bower versions. Change: 135667780 by Dan Smilkov · 8 years ago
  82. a9d25b0 Pull in numericjs from a more reliable source - cloudflare cdn. by Dan Smilkov · 8 years ago
  83. 33c9c02 Use http_file instead of new_http_archive for some external dependencies. by Dan Smilkov · 8 years ago
  84. 38a4afc Move the frontend of the embedding projector to TensorBoard. by Dan Smilkov · 8 years ago
  85. 80acdaf Replace new_git_repository with new_http_archive in Bazel rules. by Dan Smilkov · 8 years ago
  86. 0f867eb Automated rollback of change 131423744 Change: 131437266 by Dan Smilkov · 8 years ago
  87. ec1077a Properly re-add iron-icons as a dependency for TensorBoard. by Dan Mané · 8 years ago
  88. d697b66 Moving the frontend of the embedding projector to TensorBoard. by Dan Smilkov · 8 years ago
  89. 51bd0bb Update minimum bazel version to 0.3.0, needed by cuda autoconfiguring. by Vijay Vasudevan · 8 years ago
  90. 396ccfe Autogenerated Change: Release TensorBoard at TAG: 24 Change: 130022244 by Dan Mané · 8 years ago
  91. 398385c Autogenerated Change: Release TensorBoard at TAG: 23 Change: 129778477 by Dan Mané · 8 years ago
  92. e409729 Fix the vz-line-chart index.html description page by adding by Renato Utsch · 8 years ago
  93. aeaa563 Update the bower.json TensorBoard dependencies. Change: 128126339 by Renato Utsch · 8 years ago
  94. b579a16 Autogenerated Change: Release TensorBoard at TAG: 22 Change: 127257188 by Dan Mané · 8 years ago
  95. ccd57f57 Autogenerated Change: Release TensorBoard at TAG: 21 Change: 126371321 by Dan Mané · 8 years ago
  96. b6b4546 Rollback linkstatic removal, unforeseen interaction on some archs. by A. Unique TensorFlower · 8 years ago
  97. 393896a Remove linkstatic=1 from places where in un-needed in the newer Bazel version. by A. Unique TensorFlower · 8 years ago
  98. 098b944 Autogenerated Change: Update TensorBoard source and deps. Change: 126099328 by Dan Mané · 8 years ago
  99. f76c72a Adding a device checkbox list for excluding devices when computing stats since some device stats can skew results. by Dan Smilkov · 8 years ago
  100. 7fe1c1c Autogenerated Change: Update TensorBoard source and deps. Change: 125714059 by Dan Mané · 8 years ago