github.com/johnnyeven/libtools@v0.0.0-20191126065708-61829c1adf46/third_party/keras_applications_archive/workspace.bzl (about)

     1  """Loads Keras-applications python package."""
     2  
     3  load("//third_party:repo.bzl", "third_party_http_archive")
     4  
     5  def repo():
     6      third_party_http_archive(
     7          name = "keras_applications_archive",
     8          strip_prefix = "keras-applications-1.0.8",
     9          sha256 = "7c37f9e9ef93efac9b4956301cb21ce46c474ce9da41fac9a46753bab6823dfc",
    10          urls = [
    11              "https://storage.googleapis.com/mirror.tensorflow.org/github.com/keras-team/keras-applications/archive/1.0.8.tar.gz",
    12              "https://github.com/keras-team/keras-applications/archive/1.0.8.tar.gz",
    13          ],
    14          build_file = "//third_party/keras_applications_archive:BUILD.bazel",
    15          system_build_file = "//third_party/keras_applications_archive:BUILD.system",
    16      )