mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
In ruy/workspace.bzl, refer to BUILD file by correct name
PiperOrigin-RevId: 737743492
This commit is contained in:
parent
19e38732ac
commit
17f433841b
2
third_party/ruy/workspace.bzl
vendored
2
third_party/ruy/workspace.bzl
vendored
|
|
@ -10,5 +10,5 @@ def repo():
|
|||
strip_prefix = "ruy-3286a34cc8de6149ac6844107dfdffac91531e72",
|
||||
urls = tf_mirror_urls("https://github.com/google/ruy/archive/3286a34cc8de6149ac6844107dfdffac91531e72.zip"),
|
||||
# LINT.ThenChange(//tensorflow/lite/tools/cmake/modules/ruy.cmake)
|
||||
build_file = "//third_party/ruy:BUILD.bazel",
|
||||
build_file = "//third_party/ruy:BUILD",
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user