aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/BUILD
diff options
context:
space:
mode:
authorGravatar Saurabh Saxena <srbs@google.com>2018-07-19 23:16:08 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-19 23:19:28 -0700
commitee5271968e17b1bc0b852b0285dad4a38e1a97a0 (patch)
tree5b1f390f8465b33a9b57288661526ac928d10039 /tensorflow/python/BUILD
parentdb308efbf4e95a7362fde90d35447091349b548e (diff)
Support Defuns and nested Defuns inside cond_v2 branches.
Support nested cond_v2s. PiperOrigin-RevId: 205356562
Diffstat (limited to 'tensorflow/python/BUILD')
-rw-r--r--tensorflow/python/BUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/tensorflow/python/BUILD b/tensorflow/python/BUILD
index c33a579ad2..9c7f3b7b25 100644
--- a/tensorflow/python/BUILD
+++ b/tensorflow/python/BUILD
@@ -745,8 +745,8 @@ py_library(
srcs_version = "PY2AND3",
deps = [
":framework",
+ ":framework_ops",
":function",
- ":op_def_registry",
":tensor_shape",
":versions",
"//tensorflow/core:protos_all_py",
@@ -762,8 +762,10 @@ py_test(
deps = [
":array_ops",
":client_testlib",
+ ":constant_op",
":dtypes",
":framework_ops",
+ ":function",
":function_def_to_graph",
":graph_to_function_def",
":math_ops",