Add a __init__.py file for tensorflow/compiler/tests.
This is recommended standard, even though it looks like bazel automatically adds this if it is missing. PiperOrigin-RevId: 296150499 Change-Id: Iadf194be068d81aa07f4365b1057f3b7c28a6190
This commit is contained in:
parent
0a04d3e52d
commit
3bc949d1e3
@ -61,7 +61,10 @@ py_library(
|
||||
py_library(
|
||||
name = "test_utils",
|
||||
testonly = 1,
|
||||
srcs = ["test_utils.py"],
|
||||
srcs = [
|
||||
"__init__.py",
|
||||
"test_utils.py",
|
||||
],
|
||||
srcs_version = "PY2AND3",
|
||||
deps = [
|
||||
"//third_party/py/numpy",
|
||||
|
0
tensorflow/compiler/tests/__init__.py
Normal file
0
tensorflow/compiler/tests/__init__.py
Normal file
Loading…
Reference in New Issue
Block a user