8000 Fixed PY2AND3 label on op_def_registry.py · evdevdev/tensorflow@3951b24 · GitHub
[go: up one dir, main page]

Skip to content< 8000 /a>

Commit 3951b24

Browse files
committed
Fixed PY2AND3 label on op_def_registry.py
Change-Id: I68d35edbe3608b08f06476fdf5d5641c97e9f706
1 parent e75bad3 commit 3951b24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tensorflow/python/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ py_library(
137137
"ops/op_def_library.py",
138138
"ops/constant_op.py",
139139
],
140+
srcs_version = "PY2AND3",
140141
visibility = ["//visibility:public"],
141142
deps = [
142143
":platform",

0 commit comments

Comments
 (0)
0