aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/build_defs.bzl
diff options
context:
space:
mode:
authorGravatar Anna R <annarev@google.com>2018-02-02 10:28:20 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-02-02 11:07:32 -0800
commit16594f81af70eb33e9bbda1f1f26082a64919b2d (patch)
treeb5c70ed257d666f2b271fa46eb5cd71d29186907 /tensorflow/python/build_defs.bzl
parentb70a3794b6e06418b6d5b4d7142edeb78494fe7b (diff)
Remove hidden_ops.txt file. Instead, switch to use visibility attribute in ApiDef proto.
PiperOrigin-RevId: 184301076
Diffstat (limited to 'tensorflow/python/build_defs.bzl')
-rw-r--r--tensorflow/python/build_defs.bzl1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/python/build_defs.bzl b/tensorflow/python/build_defs.bzl
index 7f29adc06f..b9056f86e6 100644
--- a/tensorflow/python/build_defs.bzl
+++ b/tensorflow/python/build_defs.bzl
@@ -22,7 +22,6 @@ def tf_gen_op_wrapper_private_py(name, out=None, deps=[],
bare_op_name = name[:-4] # Strip off the _gen
tf_gen_op_wrapper_py(name=bare_op_name,
out=out,
- hidden_file="ops/hidden_ops.txt",
visibility=visibility,
deps=deps,
require_shape_functions=require_shape_functions,