Skip to content

Commit 6c1322e

Browse files
committed
fixed and re-enabled eigen patch
1 parent 96ee7de commit 6c1322e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ http_archive(
5858
"//:flutter/third_party/use_unsigned_char.patch",
5959
# Fix tensorflow not being able to read image files on Windows
6060
"//:flutter/third_party/tensorflow-fix-file-opening-mode-for-Windows.patch",
61-
#"//:flutter/third_party/tf-eigen.patch",
61+
"//:flutter/third_party/tf-eigen.patch",
6262
] + PATCH_FILE,
6363
sha256 = "d7876f4bb0235cac60eb6316392a7c48676729860da1ab659fb440379ad5186d",
6464
strip_prefix = "tensorflow-2.18.0",

flutter/third_party/tf-eigen.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ index 00000000000..6c94319de42
1919
+index e76ddd3d2..6b4fc84ec 100644
2020
+--- a/Eigen/src/Core/util/Macros.h
2121
++++ b/Eigen/src/Core/util/Macros.h
22-
+@@ -1281,7 +1281,7 @@ namespace Eigen {
22+
+@@ -1236,7 +1236,7 @@ namespace Eigen {
2323
+ EIGEN_MAKE_SCALAR_BINARY_OP_ONTHERIGHT(METHOD,OPNAME)
2424
+
2525
+

0 commit comments

Comments
 (0)