Fix tf-signal tests on pip packages. (#13483)

This commit is contained in:
gunan 2017-10-03 22:53:41 -07:00 committed by Frank Chen
parent 6af7ab97ac
commit 5405f3bd79

View File

@ -5,6 +5,7 @@ licenses(["notice"]) # Apache 2.0
exports_files(["LICENSE"])
load("//tensorflow:tensorflow.bzl", "cuda_py_tests")
load("//tensorflow:tensorflow.bzl", "py_test")
py_library(
name = "signal_py",