aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/BUILD
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-01-24 18:23:18 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-01-24 18:27:19 -0800
commit4153e7afff4e17bbef866bd4811b0392ddb25b53 (patch)
tree13ddf16268a4a04f075fb86fe7c404fc4a41a874 /tensorflow/BUILD
parentcbd1ee59d28f94c369738cbba8b6a4faed1e5fad (diff)
Refactoring pass.
Add a container context class to shorten argument lists and expose context information in a more organized manner. Clean up names, docs and tests. Rename submodule to avoid clashing with the new @covert decorator. PiperOrigin-RevId: 183174971
Diffstat (limited to 'tensorflow/BUILD')
-rw-r--r--tensorflow/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/BUILD b/tensorflow/BUILD
index 2ea0e38c78..9099463c4f 100644
--- a/tensorflow/BUILD
+++ b/tensorflow/BUILD
@@ -527,7 +527,7 @@ filegroup(
"//tensorflow/contrib/periodic_resample:all_files",
"//tensorflow/contrib/predictor:all_files",
"//tensorflow/contrib/py2tf:all_files",
- "//tensorflow/contrib/py2tf/convert:all_files",
+ "//tensorflow/contrib/py2tf/converters:all_files",
"//tensorflow/contrib/py2tf/pyct:all_files",
"//tensorflow/contrib/py2tf/pyct/static_analysis:all_files",
"//tensorflow/contrib/quantize:all_files",