18 lines
320 B
Python
18 lines
320 B
Python
package(
|
|
default_visibility = ["//tensorflow:internal"],
|
|
licenses = ["notice"], # Apache 2.0
|
|
)
|
|
|
|
exports_files(["LICENSE"])
|
|
|
|
py_library(
|
|
name = "experimental",
|
|
srcs = [
|
|
"__init__.py",
|
|
],
|
|
srcs_version = "PY2AND3",
|
|
deps = [
|
|
"//tensorflow/python/tpu:tpu_strategy_util",
|
|
],
|
|
)
|