We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8487280 commit 5cb0a5bCopy full SHA for 5cb0a5b
WORKSPACE
@@ -12,6 +12,7 @@ EIGEN_COMMIT = "aa6964bf3a34fd607837dd8123bc42465185c4f8"
12
13
http_archive(
14
name = "eigen",
15
+ sha256 = "35ba771e30c735a4215ed784d7e032086cf89fe6622dce4d793c45dd74373362",
16
build_file_content = """
17
cc_library(
18
name = "eigen3",
@@ -41,7 +42,7 @@ http_archive(
41
42
patches = [
43
"//third_party/tf:tf.patch",
44
],
- # sha256 = "e52cda3bae45f0ae0fccd4055e9fa29892b414f70e2df94df9a3a10319c75fff",
45
+ sha256 = "f771db8d96ca13c72f73c85c9cfb6f5358e2de3dd62a97a9ae4b672fe4c6d094",
46
strip_prefix = "tensorflow-2.15.0",
47
urls = [
48
"https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.15.0.zip",
0 commit comments