提交 9c1d180a 编写于 作者: S Shanqing Cai 提交者: TensorFlower Gardener

TFE: Add missing srcs_version to BUILD file

PiperOrigin-RevId: 165344756
上级 f1b0f012
......@@ -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",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册