10000 Automated rollback of change 150372607 · jbenjos/tensorflow@8ffcecf · GitHub
[go: up one dir, main page]

Skip to content

Commit 8ffcecf

Browse files
martinwicketensorflower-gardener
authored andcommitted
Automated rollback of change 150372607
Change: 150688439
1 parent af62b5c commit 8ffcecf

File tree

8 files changed

+3736
-0
lines changed

8 files changed

+3736
-0
lines changed

tensorflow/python/BUILD

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3309,6 +3309,39 @@ py_test(
33093309
],
33103310
)
33113311

3312+
py_library(
3313+
name = "docs",
3314+
srcs = ["framework/docs.py"],
3315+
srcs_version = "PY2AND3",
3316+
)
3317+
3318+
py_library(
3319+
name = "gen_docs_combined_lib",
3320+
srcs = ["framework/gen_docs_combined.py"],
3321+
srcs_version = "PY2AND3",
3322+
deps = [
3323+
":docs",
3324+
"//tensorflow:tensorflow_py",
3325+
"//tensorflow/contrib/ffmpeg:ffmpeg_ops_py",
3326+
"//tensorflow/python/debug:debug_py",
3327+
],
3328+
)
3329+
3330+
py_binary(
3331+
name = "gen_docs_combined",
3332+
srcs = ["framework/gen_docs_combined.py"],
3333+
main = "framework/gen_docs_combined.py",
3334+
srcs_version = "PY2AND3",
3335+
deps = [
3336+
":client",
3337+
":docs",
3338+
":framework",
3339+
":framework_for_generated_wrappers",
3340+
"//tensorflow:tensorflow_py",
3341+
"//tensorflow/python/debug:debug_py",
3342+
],
3343+
)
3344+
33123345
# -----------------------------------------------------------------------------
33133346
# Quantization
33143347

0 commit comments

Comments
 (0)
0