| Include memory usage monitor |
| |
| diff --git a/tensorflow/lite/BUILD b/tensorflow/lite/BUILD |
| index d58f3f7f12f..bee6592ec04 100644 |
| --- a/tensorflow/lite/BUILD |
| +++ b/tensorflow/lite/BUILD |
| @@ -606,6 +606,7 @@ cc_library_with_tflite( |
| "//tensorflow/lite/core/c:common", |
| "//tensorflow/lite/experimental/resource", |
| "//tensorflow/lite/internal:signature_def", |
| + "//tensorflow/lite/profiling:memory_usage_monitor", |
| "//tensorflow/lite/profiling:root_profiler", |
| "//tensorflow/lite/schema:schema_fbs", |
| "@flatbuffers//:runtime_cc", |