From d57f0213bff0c676b06f4b3f0842ac282738c254 Mon Sep 17 00:00:00 2001 From: Anna R Date: Tue, 13 Mar 2018 15:51:36 -0700 Subject: Add test for API generated with tf_export calls to api_compatibility_test.py. Also, fix remaining differences between this new API and the current TensorFlow API. PiperOrigin-RevId: 188943768 --- tensorflow/BUILD | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'tensorflow/BUILD') diff --git a/tensorflow/BUILD b/tensorflow/BUILD index a4e7602bea..957528cecb 100644 --- a/tensorflow/BUILD +++ b/tensorflow/BUILD @@ -830,3 +830,14 @@ py_library( visibility = ["//visibility:public"], deps = ["//tensorflow/python"], ) + +py_library( + name = "experimental_tensorflow_py", + srcs = ["experimental_api.py"], + srcs_version = "PY2AND3", + visibility = ["//tensorflow/tools/api/tests:__subpackages__"], + deps = [ + "//tensorflow/python", + "//tensorflow/tools/api/generator:python_api", + ], +) -- cgit v1.2.3