diff --git a/tensorflow/python/eager/BUILD b/tensorflow/python/eager/BUILD index cda86099f7430b1ae9bfbcb19142dceeab9ed380..81022a32dd499d6aeec198b9044b5c388ed746bc 100644 --- a/tensorflow/python/eager/BUILD +++ b/tensorflow/python/eager/BUILD @@ -252,6 +252,7 @@ py_library( py_library( name = "tensor_node", srcs = ["tensor_node.py"], + srcs_version = "PY2AND3", visibility = ["//tensorflow:internal"], deps = [ ":context", @@ -269,6 +270,7 @@ py_library( py_library( name = "backprop", srcs = ["backprop.py"], + srcs_version = "PY2AND3", visibility = ["//tensorflow:internal"], deps = [ "//tensorflow/python:array_ops",