Fix merge error.
authorYifei Feng <yifeif@google.com>
Tue, 29 May 2018 20:39:54 +0000 (13:39 -0700)
committerYifei Feng <yifeif@google.com>
Tue, 29 May 2018 20:39:54 +0000 (13:39 -0700)
tensorflow/contrib/tensorrt/BUILD
tensorflow/workspace.bzl

index 15811ce..a5d8b06 100644 (file)
@@ -192,7 +192,7 @@ tf_py_wrap_cc(
         ":trt_conversion",
         ":trt_engine_op_kernel",
         "//tensorflow/core:framework_lite",
-        "//util/python:python_headers",
+        "//third_party/python_runtime:headers",
     ],
 )
 
index 2dc73ca..86c2b50 100644 (file)
@@ -820,7 +820,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""):
   # Needed by Protobuf
   native.bind(
       name = "python_headers",
-      actual = clean_dep("//util/python:python_headers"),
+      actual = clean_dep("//third_party/python_runtime:headers"),
   )
 
   # Needed by Protobuf