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

     1  # Description: Keras Applications: set of pre-trained deep learning models.
     2  
     3  licenses(["notice"])  # MIT
     4  
     5  filegroup(
     6      name = "LICENSE",
     7      visibility = ["//visibility:public"],
     8  )
     9  
    10  py_library(
    11      name = "keras_applications",
    12      visibility = ["//visibility:public"],
    13  )