Vijay Vasudevan | 8cc567b | 2016-05-26 11:05:13 -0800 | [diff] [blame] | 1 | workspace(name = "org_tensorflow") |
| 2 | |
A. Unique TensorFlower | 146c2da | 2018-12-17 15:59:15 -0800 | [diff] [blame^] | 3 | load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive", "http_file") |
A. Unique TensorFlower | 5b14577 | 2018-11-30 11:11:23 -0800 | [diff] [blame] | 4 | |
Justine Tunney | 02f276c | 2017-02-03 17:13:49 -0800 | [diff] [blame] | 5 | http_archive( |
| 6 | name = "io_bazel_rules_closure", |
Yifei Feng | 22f3a97 | 2018-04-23 21:19:14 -0700 | [diff] [blame] | 7 | sha256 = "a38539c5b5c358548e75b44141b4ab637bba7c4dc02b46b1f62a96d6433f56ae", |
| 8 | strip_prefix = "rules_closure-dbb96841cc0a5fb2664c37822803b06dab20c7d1", |
Justine Tunney | 02f276c | 2017-02-03 17:13:49 -0800 | [diff] [blame] | 9 | urls = [ |
Yifei Feng | 22f3a97 | 2018-04-23 21:19:14 -0700 | [diff] [blame] | 10 | "https://mirror.bazel.build/github.com/bazelbuild/rules_closure/archive/dbb96841cc0a5fb2664c37822803b06dab20c7d1.tar.gz", |
| 11 | "https://github.com/bazelbuild/rules_closure/archive/dbb96841cc0a5fb2664c37822803b06dab20c7d1.tar.gz", # 2018-04-13 |
Justine Tunney | 02f276c | 2017-02-03 17:13:49 -0800 | [diff] [blame] | 12 | ], |
| 13 | ) |
Gunhan Gulsoy | b4ae852 | 2018-09-26 02:31:31 -0700 | [diff] [blame] | 14 | |
Justine Tunney | 02f276c | 2017-02-03 17:13:49 -0800 | [diff] [blame] | 15 | load("@io_bazel_rules_closure//closure:defs.bzl", "closure_repositories") |
Gunhan Gulsoy | b4ae852 | 2018-09-26 02:31:31 -0700 | [diff] [blame] | 16 | |
Justine Tunney | 02f276c | 2017-02-03 17:13:49 -0800 | [diff] [blame] | 17 | closure_repositories() |
| 18 | |
A. Unique TensorFlower | 62bc640 | 2018-12-13 00:11:34 -0800 | [diff] [blame] | 19 | load("//third_party/toolchains/preconfig/generate:archives.bzl", |
| 20 | "bazel_toolchains_archive") |
| 21 | |
| 22 | bazel_toolchains_archive() |
| 23 | |
| 24 | load( |
| 25 | "@bazel_toolchains//repositories:repositories.bzl", |
| 26 | bazel_toolchains_repositories = "repositories", |
A. Unique TensorFlower | 54cc77e | 2018-11-12 09:31:53 -0800 | [diff] [blame] | 27 | ) |
| 28 | |
A. Unique TensorFlower | 62bc640 | 2018-12-13 00:11:34 -0800 | [diff] [blame] | 29 | bazel_toolchains_repositories() |
| 30 | |
| 31 | load( |
| 32 | "@io_bazel_rules_docker//container:container.bzl", |
| 33 | container_repositories = "repositories", |
A. Unique TensorFlower | 54cc77e | 2018-11-12 09:31:53 -0800 | [diff] [blame] | 34 | ) |
| 35 | |
A. Unique TensorFlower | 62bc640 | 2018-12-13 00:11:34 -0800 | [diff] [blame] | 36 | container_repositories() |
A. Unique TensorFlower | 54cc77e | 2018-11-12 09:31:53 -0800 | [diff] [blame] | 37 | |
A. Unique TensorFlower | 62bc640 | 2018-12-13 00:11:34 -0800 | [diff] [blame] | 38 | load("//third_party/toolchains/preconfig/generate:workspace.bzl", |
| 39 | "remote_config_workspace") |
A. Unique TensorFlower | 54cc77e | 2018-11-12 09:31:53 -0800 | [diff] [blame] | 40 | |
| 41 | remote_config_workspace() |
| 42 | |
A. Unique TensorFlower | 146c2da | 2018-12-17 15:59:15 -0800 | [diff] [blame^] | 43 | # Apple and Swift rules. |
| 44 | http_archive( |
| 45 | name = "build_bazel_rules_apple", |
| 46 | sha256 = "4fe4ee824200b48821730f89ff260984332dc3551db587c24691235d1d96a8a7", |
| 47 | strip_prefix = "rules_apple-0.10.0", |
| 48 | urls = ["https://github.com/bazelbuild/rules_apple/archive/0.10.0.tar.gz"], |
| 49 | ) |
| 50 | http_archive( |
| 51 | name = "build_bazel_rules_swift", |
| 52 | sha256 = "6544ff5615febec0342de1127144d2f3e43ea80fb7f9b1ade65e6a184e39e618", |
| 53 | strip_prefix = "rules_swift-0.5.0", |
| 54 | urls = ["https://github.com/bazelbuild/rules_swift/archive/0.5.0.tar.gz"], |
| 55 | ) |
| 56 | http_archive( |
| 57 | name = "bazel_skylib", |
| 58 | sha256 = "eb5c57e4c12e68c0c20bc774bfbc60a568e800d025557bc4ea022c6479acc867", |
| 59 | strip_prefix = "bazel-skylib-0.6.0", |
| 60 | urls = ["https://github.com/bazelbuild/bazel-skylib/archive/0.6.0.tar.gz"], |
| 61 | ) |
| 62 | http_file( |
| 63 | name = "xctestrunner", |
| 64 | executable = 1, |
| 65 | urls = ["https://github.com/google/xctestrunner/releases/download/0.2.5/ios_test_runner.par"], |
| 66 | ) |
| 67 | load("@build_bazel_rules_apple//apple:repositories.bzl", "apple_rules_dependencies") |
| 68 | apple_rules_dependencies(ignore_version_differences = True) |
| 69 | load("@build_bazel_rules_swift//swift:repositories.bzl", "swift_rules_dependencies") |
| 70 | swift_rules_dependencies() |
| 71 | |
Ilya Biryukov | 9e651e4 | 2018-03-22 05:33:42 -0700 | [diff] [blame] | 72 | # We must check the bazel version before trying to parse any other BUILD |
| 73 | # files, in case the parsing of those build files depends on the bazel |
| 74 | # version we require here. |
| 75 | load("//tensorflow:version_check.bzl", "check_bazel_version_at_least") |
Jason Zaman | b41761c | 2018-10-14 11:28:53 +0800 | [diff] [blame] | 76 | check_bazel_version_at_least("0.18.0") |
Ilya Biryukov | 9e651e4 | 2018-03-22 05:33:42 -0700 | [diff] [blame] | 77 | |
Martin Wicke | bc456e3 | 2017-03-23 12:31:16 -0800 | [diff] [blame] | 78 | load("//tensorflow:workspace.bzl", "tf_workspace") |
Shanqing Cai | efd40e5 | 2017-01-08 20:31:30 -0800 | [diff] [blame] | 79 | |
Michael Case | 5105350 | 2018-06-05 17:47:19 -0700 | [diff] [blame] | 80 | load("//third_party/android:android_configure.bzl", "android_configure") |
| 81 | android_configure(name="local_config_android") |
| 82 | load("@local_config_android//:android.bzl", "android_workspace") |
| 83 | android_workspace() |
Manjunath Kudlur | f41959c | 2015-11-06 16:27:58 -0800 | [diff] [blame] | 84 | |
Kiril Gorovoy | 5b5976a | 2016-03-10 14:06:08 -0800 | [diff] [blame] | 85 | # Please add all new TensorFlow dependencies in workspace.bzl. |
Kiril Gorovoy | 77da168 | 2016-02-24 18:02:16 -0800 | [diff] [blame] | 86 | tf_workspace() |
Manjunath Kudlur | f41959c | 2015-11-06 16:27:58 -0800 | [diff] [blame] | 87 | |
A. Unique TensorFlower | 5b14577 | 2018-11-30 11:11:23 -0800 | [diff] [blame] | 88 | http_archive( |
Michael Case | d90054e | 2018-02-07 14:36:00 -0800 | [diff] [blame] | 89 | name = "inception_v1", |
A. Unique TensorFlower | 5b14577 | 2018-11-30 11:11:23 -0800 | [diff] [blame] | 90 | build_file = "//:models.BUILD", |
Michael Case | d90054e | 2018-02-07 14:36:00 -0800 | [diff] [blame] | 91 | sha256 = "7efe12a8363f09bc24d7b7a450304a15655a57a7751929b2c1593a71183bb105", |
Justine Tunney | 52b4d47 | 2017-05-17 16:13:33 -0700 | [diff] [blame] | 92 | urls = [ |
Michael Case | d90054e | 2018-02-07 14:36:00 -0800 | [diff] [blame] | 93 | "http://storage.googleapis.com/download.tensorflow.org/models/inception_v1.zip", |
| 94 | "http://download.tensorflow.org/models/inception_v1.zip", |
Justine Tunney | 52b4d47 | 2017-05-17 16:13:33 -0700 | [diff] [blame] | 95 | ], |
Dan Smilkov | f0e9bd3 | 2016-11-09 12:53:00 -0800 | [diff] [blame] | 96 | ) |
| 97 | |
A. Unique TensorFlower | 5b14577 | 2018-11-30 11:11:23 -0800 | [diff] [blame] | 98 | http_archive( |
A. Unique TensorFlower | 53aabd5 | 2017-08-09 18:18:26 -0700 | [diff] [blame] | 99 | name = "mobile_ssd", |
A. Unique TensorFlower | 5b14577 | 2018-11-30 11:11:23 -0800 | [diff] [blame] | 100 | build_file = "//:models.BUILD", |
A. Unique TensorFlower | 53aabd5 | 2017-08-09 18:18:26 -0700 | [diff] [blame] | 101 | sha256 = "bddd81ea5c80a97adfac1c9f770e6f55cbafd7cce4d3bbe15fbeb041e6b8f3e8", |
| 102 | urls = [ |
| 103 | "http://storage.googleapis.com/download.tensorflow.org/models/object_detection/ssd_mobilenet_v1_android_export.zip", |
| 104 | "http://download.tensorflow.org/models/object_detection/ssd_mobilenet_v1_android_export.zip", |
| 105 | ], |
| 106 | ) |
| 107 | |
A. Unique TensorFlower | 5b14577 | 2018-11-30 11:11:23 -0800 | [diff] [blame] | 108 | http_archive( |
Justine Tunney | 52b4d47 | 2017-05-17 16:13:33 -0700 | [diff] [blame] | 109 | name = "mobile_multibox", |
A. Unique TensorFlower | 5b14577 | 2018-11-30 11:11:23 -0800 | [diff] [blame] | 110 | build_file = "//:models.BUILD", |
Justine Tunney | 52b4d47 | 2017-05-17 16:13:33 -0700 | [diff] [blame] | 111 | sha256 = "859edcddf84dddb974c36c36cfc1f74555148e9c9213dedacf1d6b613ad52b96", |
| 112 | urls = [ |
| 113 | "http://storage.googleapis.com/download.tensorflow.org/models/mobile_multibox_v1a.zip", |
| 114 | "http://download.tensorflow.org/models/mobile_multibox_v1a.zip", |
| 115 | ], |
Andrew Harp | a30b992 | 2016-11-28 15:41:52 -0800 | [diff] [blame] | 116 | ) |
| 117 | |
A. Unique TensorFlower | 5b14577 | 2018-11-30 11:11:23 -0800 | [diff] [blame] | 118 | http_archive( |
Justine Tunney | 52b4d47 | 2017-05-17 16:13:33 -0700 | [diff] [blame] | 119 | name = "stylize", |
A. Unique TensorFlower | 5b14577 | 2018-11-30 11:11:23 -0800 | [diff] [blame] | 120 | build_file = "//:models.BUILD", |
Justine Tunney | 52b4d47 | 2017-05-17 16:13:33 -0700 | [diff] [blame] | 121 | sha256 = "3d374a730aef330424a356a8d4f04d8a54277c425e274ecb7d9c83aa912c6bfa", |
| 122 | urls = [ |
| 123 | "http://storage.googleapis.com/download.tensorflow.org/models/stylize_v1.zip", |
| 124 | "http://download.tensorflow.org/models/stylize_v1.zip", |
| 125 | ], |
Dan Smilkov | 38a4afc | 2016-08-31 11:56:58 -0800 | [diff] [blame] | 126 | ) |
Pete Warden | 7d01f89 | 2017-08-18 09:32:30 -0700 | [diff] [blame] | 127 | |
A. Unique TensorFlower | 5b14577 | 2018-11-30 11:11:23 -0800 | [diff] [blame] | 128 | http_archive( |
Pete Warden | 7d01f89 | 2017-08-18 09:32:30 -0700 | [diff] [blame] | 129 | name = "speech_commands", |
A. Unique TensorFlower | 5b14577 | 2018-11-30 11:11:23 -0800 | [diff] [blame] | 130 | build_file = "//:models.BUILD", |
Pete Warden | 7d01f89 | 2017-08-18 09:32:30 -0700 | [diff] [blame] | 131 | sha256 = "c3ec4fea3158eb111f1d932336351edfe8bd515bb6e87aad4f25dbad0a600d0c", |
| 132 | urls = [ |
| 133 | "http://storage.googleapis.com/download.tensorflow.org/models/speech_commands_v0.01.zip", |
| 134 | "http://download.tensorflow.org/models/speech_commands_v0.01.zip", |
| 135 | ], |
| 136 | ) |
A. Unique TensorFlower | 54cc77e | 2018-11-12 09:31:53 -0800 | [diff] [blame] | 137 | |