aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/BUILD
diff options
context:
space:
mode:
authorGravatar Anna R <annarev@google.com>2018-08-07 14:36:05 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-07 14:43:40 -0700
commitff8f6371d9670101b5dfc5eb8cef118547d78dcc (patch)
tree3551642174d253f45d1880ed2c03e3936a3d9ba0 /tensorflow/BUILD
parent9b84c91b68915a26aa9d732988cbf13a7626c2dd (diff)
Keep 2 sets of API Goldens (goldens/v1 and goldens/v2).
PiperOrigin-RevId: 207781405
Diffstat (limited to 'tensorflow/BUILD')
-rw-r--r--tensorflow/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/BUILD b/tensorflow/BUILD
index e13a5cf802..f8cd682024 100644
--- a/tensorflow/BUILD
+++ b/tensorflow/BUILD
@@ -584,6 +584,7 @@ exports_files(
gen_api_init_files(
name = "tensorflow_python_api_gen",
srcs = ["api_template.__init__.py"],
+ api_version = 1,
root_init_template = "api_template.__init__.py",
)