• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package(
2    default_visibility = ["//tensorflow:internal"],
3    licenses = ["notice"],
4)
5
6py_library(
7    name = "experimental",
8    srcs = ["__init__.py"],
9    srcs_version = "PY3",
10    deps = [
11        "//tensorflow/python:util",
12        "//tensorflow/python/data/experimental/ops:dataset_ops",
13        "//tensorflow/python/data/experimental/ops:iterator_ops",
14        "//tensorflow/python/data/experimental/ops:lookup_ops",
15        "//tensorflow/python/data/experimental/service",
16    ],
17)
18