We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77dedb4 commit 9f850b1Copy full SHA for 9f850b1
1 file changed
scripts/patch_tfjava.py
@@ -1449,10 +1449,13 @@ def patch_workspace(path: Path) -> None:
1449
1450
PORTABLE_KERNELS_FUNCTION_OPS_DEDUP_PATCH = """--- a/tensorflow/core/kernels/BUILD
1451
+++ b/tensorflow/core/kernels/BUILD
1452
-@@ -6397,8 +6397,6 @@
+@@ -6394,12 +6394,6 @@
1453
+- "dense_update_functor.cc",
1454
+- "dense_update_functor.h",
1455
+ "dense_update_ops.cc",
1456
"example_parsing_ops.cc",
- "fill_functor.cc",
- "fill_functor.h",
1457
+- "fill_functor.cc",
1458
+- "fill_functor.h",
1459
- "function_ops.cc",
1460
- "function_ops.h",
1461
"gather_functor.h",
0 commit comments