Internal change

PiperOrigin-RevId: 515225596
This commit is contained in:
Sebastian Schmidt 2023-03-08 21:02:34 -08:00 committed by Copybara-Service
parent c12eae229f
commit 5398b8881d
2 changed files with 16 additions and 3 deletions

View File

@ -455,9 +455,9 @@ http_archive(
)
# TensorFlow repo should always go after the other external dependencies.
# TF on 2023-02-02.
_TENSORFLOW_GIT_COMMIT = "581840e12c7762a3deef66b25a549218ca1e3983"
_TENSORFLOW_SHA256 = "27f8f51e34b5065ac5411332eb4ad02f1d954257036d4863810d0c394d044bc9"
# TF on 2023-03-08.
_TENSORFLOW_GIT_COMMIT = "24f7ee636d62e1f8d8330357f8bbd65956dfb84d"
_TENSORFLOW_SHA256 = "7f8a96dd99215c0cdc77230d3dbce43e60102b64a89203ad04aa09b0a187a4bd"
http_archive(
name = "org_tensorflow",
urls = [

View File

@ -41,3 +41,16 @@ index 5514f774c35..1a38f76f4e9 100644
filegroup(
name = "eigen_header_files",
srcs = EIGEN_HEADERS,
diff --git a/tensorflow/lite/delegates/gpu/build_defs.bzl b/tensorflow/lite/delegates/gpu/build_defs.bzl
index 462ec7c2218..f2b583a4cbd 100644
--- a/tensorflow/lite/delegates/gpu/build_defs.bzl
+++ b/tensorflow/lite/delegates/gpu/build_defs.bzl
@@ -9,7 +9,7 @@ def nativewindow_linkopts():
# return min_supported_ndk_api("26", ["-lnativewindow"])
# copybara:uncomment_end
# copybara:comment_begin(oss-only)
- return ["-lnativewindow"]
+ return []
# copybara:comment_end
def gpu_delegate_linkopts():