Skip to content

Commit

Permalink
build(bazel): fix compression-related dependencies of micro_allocator
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuester committed Oct 17, 2024
1 parent a52f97f commit 4edc564
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 @@ -165,6 +165,7 @@ tflm_cc_library(
tflm_cc_library(
name = "micro_allocator",
srcs = [
"compression.h",
"micro_allocation_info.cc",
"micro_allocator.cc",
],
Expand All @@ -185,6 +186,7 @@ tflm_cc_library(
"//tensorflow/lite/micro/arena_allocator:non_persistent_arena_buffer_allocator",
"//tensorflow/lite/micro/arena_allocator:persistent_arena_buffer_allocator",
"//tensorflow/lite/micro/arena_allocator:simple_memory_allocator",
"//tensorflow/lite/micro/compression:metadata_saved",
"//tensorflow/lite/micro/memory_planner:greedy_memory_planner",
"//tensorflow/lite/micro/memory_planner:linear_memory_planner",
"//tensorflow/lite/micro/memory_planner:micro_memory_planner",
Expand Down

0 comments on commit 4edc564

Please sign in to comment.