STT-tensorflow/tf/tensorflow/python/integration_testing/BUILD
Mihai Maruseac 06923bb4fe initial
2021-01-21 09:06:36 -08:00

10 lines
218 B
Python

# Description:
# This directory is only for tests that should be run on a pip whl.
package(
default_visibility = ["//tensorflow:internal"],
licenses = ["notice"], # Apache 2.0
)
exports_files(["LICENSE"])