We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 843962b commit 032807fCopy full SHA for 032807f
1 file changed
scripts/patch_tfjava.py
@@ -1417,7 +1417,7 @@ 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,21 @@
+@@ -6947,13 +6947,22 @@
1421
],
1422
visibility = ["//visibility:public"],
1423
deps = [
@@ -1431,6 +1431,7 @@ def patch_workspace(path: Path) -> None:
1431
+ ":padding_fifo_queue",
1432
+ ":pooling_ops",
1433
+ ":quantization_utils",
1434
++ "//tensorflow/core/profiler/lib:traceme",
1435
"//third_party/eigen3",
1436
"//third_party/fft2d:fft2d_headers",
1437
"@com_google_absl//absl/base",
0 commit comments