Exclude dependencies on FP16 XNNPACK micro-kernels

PiperOrigin-RevId: 316540175
Change-Id: Id02758822c004d52181eb1d317ba13e94df77f49
This commit is contained in:
Marat Dukhan 2020-06-15 14:05:30 -07:00 committed by TensorFlower Gardener
parent 7d76bc4b60
commit 0e40b3e0c3
2 changed files with 5 additions and 5 deletions

View File

@ -26,7 +26,7 @@ cc_library(
"//tensorflow/lite/schema:schema_fbs",
"//tensorflow/lite/tools/optimize/sparsity:format_converter",
"@FP16",
"@XNNPACK",
"@XNNPACK//:xnnpack_f32",
],
)

View File

@ -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",
],
)