aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/toco/python
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-05-23 17:26:04 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-05-23 17:28:36 -0700
commit437015dba0da9db86b8b97cb12e4fdd055479007 (patch)
tree7639c2876b1cfa753c369c8ae70795a74e24efd0 /tensorflow/contrib/lite/toco/python
parent21e6addc0eb2376a7596fa648aaa55761a247170 (diff)
Internal cleanup to remove a difference from the code on github.
PiperOrigin-RevId: 197817738
Diffstat (limited to 'tensorflow/contrib/lite/toco/python')
-rw-r--r--tensorflow/contrib/lite/toco/python/BUILD4
-rw-r--r--tensorflow/contrib/lite/toco/python/toco_python_api.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/tensorflow/contrib/lite/toco/python/BUILD b/tensorflow/contrib/lite/toco/python/BUILD
index 6c4f8e12cd..8cac568bd7 100644
--- a/tensorflow/contrib/lite/toco/python/BUILD
+++ b/tensorflow/contrib/lite/toco/python/BUILD
@@ -15,7 +15,7 @@ cc_library(
"//tensorflow/contrib/lite/toco:toco_port",
"//tensorflow/contrib/lite/toco:toco_tooling",
"//tensorflow/core:lib",
- "//util/python:python_headers",
+ "//third_party/python_runtime:headers",
],
)
@@ -26,7 +26,7 @@ tf_py_wrap_cc(
":toco_python_api",
"//tensorflow/contrib/lite/toco:model_flags_proto_cc",
"//tensorflow/contrib/lite/toco:toco_flags_proto_cc",
- "//util/python:python_headers",
+ "//third_party/python_runtime:headers",
"@com_google_absl//absl/strings",
],
)
diff --git a/tensorflow/contrib/lite/toco/python/toco_python_api.h b/tensorflow/contrib/lite/toco/python/toco_python_api.h
index 9af38e937c..7e8ad9c1da 100644
--- a/tensorflow/contrib/lite/toco/python/toco_python_api.h
+++ b/tensorflow/contrib/lite/toco/python/toco_python_api.h
@@ -15,8 +15,8 @@ limitations under the License.
#ifndef _THIRD_PARTY_TENSORFLOW_CONTRIB_LITE_TOCO_PYTHON_TOCO_PYTHON_API_H_
#define _THIRD_PARTY_TENSORFLOW_CONTRIB_LITE_TOCO_PYTHON_TOCO_PYTHON_API_H_
-#include <string>
#include <Python.h>
+#include <string>
namespace toco {