mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
Bump the references to github.com/google/ruy to commit d37128311b445e758136b8602d1bbd2a755e115d.
PiperOrigin-RevId: 373189833 Change-Id: I50f4438994eb67a7c5a30e071d5e62f96cfbb03b
This commit is contained in:
parent
656e7673b1
commit
9d25fe457e
|
|
@ -36,8 +36,8 @@ SIFIVE_FE310_LIB_MD5 := "06ee24c4956f8e21670ab3395861fe64"
|
|||
KISSFFT_URL="http://mirror.tensorflow.org/github.com/mborgerding/kissfft/archive/v130.zip"
|
||||
KISSFFT_MD5="438ba1fef5783cc5f5f201395cc477ca"
|
||||
|
||||
RUY_URL="https://github.com/google/ruy/archive/38a9266b832767a3f535a74a9e0cf39f7892e594.zip"
|
||||
RUY_MD5="4cbc3104b27b718c819b2082beb732c5"
|
||||
RUY_URL="https://github.com/google/ruy/archive/d37128311b445e758136b8602d1bbd2a755e115d.zip"
|
||||
RUY_MD5="abf7a91eb90d195f016ebe0be885bb6e"
|
||||
|
||||
IMAGE_RECOGNITION_MODEL_URL := "https://storage.googleapis.com/download.tensorflow.org/models/tflite/cifar_image_recognition_model_2020_05_27.zip"
|
||||
IMAGE_RECOGNITION_MODEL_MD5 := "1f4607b05ac45b8a6146fb883dbc2d7b"
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ OverridableFetchContent_Declare(
|
|||
ruy
|
||||
GIT_REPOSITORY https://github.com/google/ruy
|
||||
# Sync with tensorflow/third_party/ruy/workspace.bzl
|
||||
GIT_TAG 38a9266b832767a3f535a74a9e0cf39f7892e594
|
||||
GIT_TAG d37128311b445e758136b8602d1bbd2a755e115d
|
||||
GIT_PROGRESS TRUE
|
||||
SOURCE_DIR "${CMAKE_BINARY_DIR}/ruy"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -41,8 +41,8 @@ GEMMLOWP_WORKSPACE_BZL_PATH="third_party/gemmlowp/workspace.bzl"
|
|||
GEMMLOWP_COMMIT="$(grep -oP 'GEMMLOWP_COMMIT = "\K[0-9a-f]{40}' "${GEMMLOWP_WORKSPACE_BZL_PATH}")"
|
||||
GEMMLOWP_URL="https://storage.googleapis.com/mirror.tensorflow.org/github.com/google/gemmlowp/archive/"${GEMMLOWP_COMMIT}".zip"
|
||||
GEMMLOWP_SHA="$(grep -oP 'GEMMLOWP_SHA256 = "\K[0-9a-f]{64}' "${GEMMLOWP_WORKSPACE_BZL_PATH}")"
|
||||
RUY_URL="https://github.com/google/ruy/archive/38a9266b832767a3f535a74a9e0cf39f7892e594.zip"
|
||||
RUY_SHA="dbfee92fcf9d6a767e9689ca46aa6c1ec4eb8fe69376bacff45dd875226d0ba1"
|
||||
RUY_URL="https://github.com/google/ruy/archive/d37128311b445e758136b8602d1bbd2a755e115d.zip"
|
||||
RUY_SHA="525de68739faa23eeea674596607a3eea7ca4425be2962b26775158e084c1036"
|
||||
GOOGLETEST_URL="https://github.com/google/googletest/archive/release-1.8.0.tar.gz"
|
||||
GOOGLETEST_SHA="58a6f4277ca2bc8565222b3bbd58a177609e9c488e8a72649359ba51450db7d8"
|
||||
ABSL_WORKSPACE_BZL_PATH="third_party/absl/workspace.bzl"
|
||||
|
|
|
|||
8
third_party/ruy/workspace.bzl
vendored
8
third_party/ruy/workspace.bzl
vendored
|
|
@ -5,11 +5,11 @@ load("//third_party:repo.bzl", "tf_http_archive")
|
|||
def repo():
|
||||
tf_http_archive(
|
||||
name = "ruy",
|
||||
sha256 = "dbfee92fcf9d6a767e9689ca46aa6c1ec4eb8fe69376bacff45dd875226d0ba1",
|
||||
strip_prefix = "ruy-38a9266b832767a3f535a74a9e0cf39f7892e594",
|
||||
sha256 = "525de68739faa23eeea674596607a3eea7ca4425be2962b26775158e084c1036",
|
||||
strip_prefix = "ruy-d37128311b445e758136b8602d1bbd2a755e115d",
|
||||
urls = [
|
||||
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/google/ruy/archive/38a9266b832767a3f535a74a9e0cf39f7892e594.zip",
|
||||
"https://github.com/google/ruy/archive/38a9266b832767a3f535a74a9e0cf39f7892e594.zip",
|
||||
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/google/ruy/archive/d37128311b445e758136b8602d1bbd2a755e115d.zip",
|
||||
"https://github.com/google/ruy/archive/d37128311b445e758136b8602d1bbd2a755e115d.zip",
|
||||
],
|
||||
build_file = "//third_party/ruy:BUILD",
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user