Exclude dependencies on FP16 XNNPACK micro-kernels
PiperOrigin-RevId: 316540175 Change-Id: Id02758822c004d52181eb1d317ba13e94df77f49
This commit is contained in:
parent
7d76bc4b60
commit
0e40b3e0c3
@ -26,7 +26,7 @@ cc_library(
|
||||
"//tensorflow/lite/schema:schema_fbs",
|
||||
"//tensorflow/lite/tools/optimize/sparsity:format_converter",
|
||||
"@FP16",
|
||||
"@XNNPACK",
|
||||
"@XNNPACK//:xnnpack_f32",
|
||||
],
|
||||
)
|
||||
|
||||
|
@ -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",
|
||||
],
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user