blob: a3b58f15030bb0648f73064c214b939856961d90 [file] [log] [blame]
# Description: Keras Applications: set of pre-trained deep learning models.
licenses(["notice"]) # MIT
filegroup(
name = "LICENSE",
visibility = ["//visibility:public"],
)
py_library(
name = "keras_applications",
visibility = ["//visibility:public"],
)