aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/framework/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/framework/BUILD')
-rw-r--r--tensorflow/contrib/framework/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/contrib/framework/BUILD b/tensorflow/contrib/framework/BUILD
index e66f4d0201..9e5f54f097 100644
--- a/tensorflow/contrib/framework/BUILD
+++ b/tensorflow/contrib/framework/BUILD
@@ -35,6 +35,7 @@ tf_custom_op_py_library(
"python/ops/critical_section_ops.py",
"python/ops/ops.py",
"python/ops/prettyprint_ops.py",
+ "python/ops/script_ops.py",
"python/ops/sort_ops.py",
"python/ops/variables.py",
],
@@ -62,6 +63,7 @@ tf_custom_op_py_library(
"//tensorflow/python:math_ops",
"//tensorflow/python:platform",
"//tensorflow/python:pywrap_tensorflow",
+ "//tensorflow/python:script_ops",
"//tensorflow/python:sparse_tensor",
"//tensorflow/python:state_ops",
"//tensorflow/python:state_ops_gen",