diff --git a/tensorflow/lite/delegates/xnnpack/BUILD b/tensorflow/lite/delegates/xnnpack/BUILD index c7ff1f55a49..efbaf0cfc42 100644 --- a/tensorflow/lite/delegates/xnnpack/BUILD +++ b/tensorflow/lite/delegates/xnnpack/BUILD @@ -26,7 +26,7 @@ cc_library( "//tensorflow/lite/schema:schema_fbs", "//tensorflow/lite/tools/optimize/sparsity:format_converter", "@FP16", - "@XNNPACK", + "@XNNPACK//:xnnpack_f32", ], ) diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl index f44c8dea6a2..6b0143e397f 100755 --- a/tensorflow/workspace.bzl +++ b/tensorflow/workspace.bzl @@ -164,11 +164,11 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""): tf_http_archive( name = "XNNPACK", - sha256 = "7469a0a634bfa90395ed311d07a21b1d0003604b37b12745bad1cf17860984e1", - strip_prefix = "XNNPACK-a059b7da184954fb6c01db0e7959352ee805e9f3", + sha256 = "bd5fd63a09222cd092f0c058b576cf044fb4074f2c4ce8a6fc32fc43d155f9c7", + strip_prefix = "XNNPACK-ae046f5a5127084bfe41090afdf1c1d4c9874b77", urls = [ - "https://storage.googleapis.com/mirror.tensorflow.org/github.com/google/XNNPACK/archive/a059b7da184954fb6c01db0e7959352ee805e9f3.zip", - "https://github.com/google/XNNPACK/archive/a059b7da184954fb6c01db0e7959352ee805e9f3.zip", + "https://storage.googleapis.com/mirror.tensorflow.org/github.com/google/XNNPACK/archive/ae046f5a5127084bfe41090afdf1c1d4c9874b77.zip", + "https://github.com/google/XNNPACK/archive/ae046f5a5127084bfe41090afdf1c1d4c9874b77.zip", ], )