Skip to content

Commit 8163c89

Browse files
committed
Add executor dependency to inline_executor.
1 parent 2dbd63e commit 8163c89

File tree

1 file changed

+1
-0
lines changed
  • tensorflow_serving/util

1 file changed

+1
-0
lines changed

tensorflow_serving/util/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ cc_library(
198198
hdrs = ["inline_executor.h"],
199199
deps = [
200200
"@tf//tensorflow/core:lib",
201+
":executor",
201202
],
202203
)
203204

0 commit comments

Comments
 (0)