PiperOrigin-RevId: 308950475
Change-Id: Ie48e6a3052d0bc0ada2cc557a37bdf04ea0f87a3
This commit is contained in:
Chao Mei 2020-04-28 20:25:40 -07:00 committed by TensorFlower Gardener
parent 913b88bd0d
commit 4828ecb6f6
3 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,7 @@ cc_library(
"@com_google_absl//absl/container:flat_hash_map",
"@com_google_absl//absl/types:optional",
],
alwayslink = 1,
)
cc_binary(

View File

@ -26,6 +26,7 @@ cc_library(
"//tensorflow/lite/tools/evaluation/tasks:task_executor",
"@com_google_absl//absl/types:optional",
],
alwayslink = 1,
)
cc_binary(

View File

@ -25,6 +25,7 @@ cc_library(
"//tensorflow/lite/tools/evaluation/tasks:task_executor",
"@com_google_absl//absl/types:optional",
],
alwayslink = 1,
)
cc_binary(