Skip to content

Commit d4a7035

Browse files
committed
build: add portable tensor bundle dep
1 parent d646f28 commit d4a7035

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/patch_tfjava.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1417,7 +1417,7 @@ 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,28 @@
14211421
],
14221422
visibility = ["//visibility:public"],
14231423
deps = [
@@ -1437,6 +1437,7 @@ def patch_workspace(path: Path) -> None:
14371437
+ "//tensorflow/c:tf_datatype",
14381438
+ "//tensorflow/c:tf_status",
14391439
+ "//tensorflow/c:tf_tensor",
1440+
+ "//tensorflow/core/util/tensor_bundle",
14401441
"//third_party/eigen3",
14411442
"//third_party/fft2d:fft2d_headers",
14421443
"@com_google_absl//absl/base",

0 commit comments

Comments
 (0)