Skip to content

Commit dfa51f3

Browse files
committed
build: add portable helper targets
1 parent 9f850b1 commit dfa51f3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

scripts/patch_tfjava.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1417,13 +1417,15 @@ def patch_workspace(path: Path) -> None:
14171417

14181418
PORTABLE_KERNELS_QUEUE_DEPS_PATCH = """--- a/tensorflow/core/kernels/BUILD
14191419
+++ b/tensorflow/core/kernels/BUILD
1420-
@@ -6947,13 +6947,27 @@
1420+
@@ -6947,13 +6947,29 @@
14211421
],
14221422
visibility = ["//visibility:public"],
14231423
deps = [
14241424
"//tensorflow/core:portable_tensorflow_lib_lite",
14251425
"//tensorflow/core:protos_all_cc_impl",
14261426
+ ":eigen_helpers",
1427+
+ ":fill_functor",
1428+
+ ":dense_update_functor",
14271429
+ ":image_resizer_state",
14281430
+ ":ops_util",
14291431
+ ":padding_fifo_queue",

0 commit comments

Comments
 (0)