We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f850b1 commit dfa51f3Copy full SHA for dfa51f3
1 file changed
scripts/patch_tfjava.py
@@ -1417,13 +1417,15 @@ def patch_workspace(path: Path) -> None:
1417
1418
PORTABLE_KERNELS_QUEUE_DEPS_PATCH = """--- a/tensorflow/core/kernels/BUILD
1419
+++ b/tensorflow/core/kernels/BUILD
1420
-@@ -6947,13 +6947,27 @@
+@@ -6947,13 +6947,29 @@
1421
],
1422
visibility = ["//visibility:public"],
1423
deps = [
1424
"//tensorflow/core:portable_tensorflow_lib_lite",
1425
"//tensorflow/core:protos_all_cc_impl",
1426
+ ":eigen_helpers",
1427
++ ":fill_functor",
1428
++ ":dense_update_functor",
1429
+ ":image_resizer_state",
1430
+ ":ops_util",
1431
+ ":padding_fifo_queue",
0 commit comments