blob: 6b2504c8c28d5063c4a599420cd238e7e17244b4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- tensorflow/lite/tools/BUILD.orig 2021-01-04 20:18:42 UTC
+++ tensorflow/lite/tools/BUILD
@@ -76,6 +76,7 @@ cc_library(
"//tensorflow/lite/c:c_api_internal",
"//tensorflow/lite/schema:schema_fbs",
"@com_google_absl//absl/container:flat_hash_set",
+ "@com_google_absl//absl/time",
],
)
|