Clean up unneeded lines from BUILD file.
PiperOrigin-RevId: 312525451 Change-Id: I36e4bfc32a49bc83af1a6d7ab4701e9264d6e83b
This commit is contained in:
parent
8d51ed5895
commit
26a92af90f
@ -441,10 +441,6 @@ py_library(
|
||||
name = "tpu_embedding_v2_utils",
|
||||
srcs = ["tpu_embedding_v2_utils.py"],
|
||||
srcs_version = "PY2AND3",
|
||||
visibility = [
|
||||
"//learning/brain/contrib/learn/tpu:__subpackages__",
|
||||
"//quality/deepsearch:__subpackages__",
|
||||
],
|
||||
deps = [
|
||||
"//tensorflow/python:variable_scope",
|
||||
"//tensorflow/python/distribute:device_util",
|
||||
@ -460,10 +456,6 @@ py_library(
|
||||
name = "tpu_embedding_v2",
|
||||
srcs = ["tpu_embedding_v2.py"],
|
||||
srcs_version = "PY2AND3",
|
||||
visibility = [
|
||||
"//learning/brain/contrib/learn/tpu:__subpackages__",
|
||||
"//quality/deepsearch:__subpackages__",
|
||||
],
|
||||
deps = [
|
||||
":tpu_embedding_v2_utils",
|
||||
"//tensorflow/python:variable_scope",
|
||||
|
Loading…
Reference in New Issue
Block a user