mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 00:19:58 +01:00
Update dependencies to XNNPACK.
PiperOrigin-RevId: 784561458
This commit is contained in:
parent
849435a30d
commit
f6a5e17ebe
|
|
@ -23,7 +23,7 @@ OverridableFetchContent_Declare(
|
|||
xnnpack
|
||||
GIT_REPOSITORY https://github.com/google/XNNPACK
|
||||
# Sync with tensorflow/workspace2.bzl
|
||||
GIT_TAG 3d9005a29906c0230513944bc01c6b5deb7baedb
|
||||
GIT_TAG 7566fefb2d5d035c9bb375f9aca5370a13a2b6c1
|
||||
GIT_PROGRESS TRUE
|
||||
PREFIX "${CMAKE_BINARY_DIR}"
|
||||
SOURCE_DIR "${CMAKE_BINARY_DIR}/xnnpack"
|
||||
|
|
|
|||
|
|
@ -160,9 +160,9 @@ def _tf_repositories():
|
|||
# LINT.IfChange(xnnpack)
|
||||
tf_http_archive(
|
||||
name = "XNNPACK",
|
||||
sha256 = "0dcee90177f57043734b6722b48841a6b8946220b26143d370bba4715c347679",
|
||||
strip_prefix = "XNNPACK-3d9005a29906c0230513944bc01c6b5deb7baedb",
|
||||
urls = tf_mirror_urls("https://github.com/google/XNNPACK/archive/3d9005a29906c0230513944bc01c6b5deb7baedb.zip"),
|
||||
sha256 = "70ff0edaaabd0092d0315c5da75572d36f70ea4c0d9c2e3d9c147f18bdd65fff",
|
||||
strip_prefix = "XNNPACK-7566fefb2d5d035c9bb375f9aca5370a13a2b6c1",
|
||||
urls = tf_mirror_urls("https://github.com/google/XNNPACK/archive/7566fefb2d5d035c9bb375f9aca5370a13a2b6c1.zip"),
|
||||
)
|
||||
# LINT.ThenChange(//tensorflow/lite/tools/cmake/modules/xnnpack.cmake)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user