aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/build_defs.bzl
diff options
context:
space:
mode:
authorGravatar Anna R <annarev@google.com>2018-01-18 17:16:06 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-01-18 17:19:42 -0800
commit547d70e46c87dde6295d551d18c300aece4f4509 (patch)
tree1e86053999228422582dcb2219992c0e7537c151 /tensorflow/python/build_defs.bzl
parent9f07ca8df94ef5261a0c77f7e2eef170c8cead8d (diff)
Script to create ApiDef files automatically based on OpDef.
PiperOrigin-RevId: 182463327
Diffstat (limited to 'tensorflow/python/build_defs.bzl')
-rw-r--r--tensorflow/python/build_defs.bzl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/python/build_defs.bzl b/tensorflow/python/build_defs.bzl
index 48b03fab0f..7f29adc06f 100644
--- a/tensorflow/python/build_defs.bzl
+++ b/tensorflow/python/build_defs.bzl
@@ -28,7 +28,7 @@ def tf_gen_op_wrapper_private_py(name, out=None, deps=[],
require_shape_functions=require_shape_functions,
generated_target_name=name,
api_def_srcs = [
- "//tensorflow/core:base_api_def",
- "//tensorflow/core:python_api_def",
+ "//tensorflow/core/api_def:base_api_def",
+ "//tensorflow/core/api_def:python_api_def",
],
)