Skip to content

Commit

Permalink
build(bazel): fix dependencies in work-in-progress compression code
Browse files Browse the repository at this point in the history
In the Bazel build, add dependencies needed by the code added to
t/l/m:micro_context for decompression. The Bazel build with or without
compression was broken without this.
  • Loading branch information
rkuester committed Oct 7, 2024
1 parent b773428 commit e328029
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tensorflow/lite/micro/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ cc_library(
":micro_common",
":micro_graph",
":micro_log",
":micro_profiler",
"//tensorflow/lite/c:common",
"//tensorflow/lite:type_to_tflitetype",
],
)

Expand Down

0 comments on commit e328029

Please sign in to comment.