STT-tensorflow/tensorflow/lite/micro/memory_planner
Advait Jain 892bbc9797 Explicitly disable layering check for TFLM bazel packages.
Note that we will need to manually ensure that any new bazel package has
the leyering_check disabled.

The internal builds have layering_check turned on by default, while the
open-source builds have them turned off by default. Ideally, we would
explicitly turn them on for the open-source build.

However, turning it on (with `layering_check` instead of
`-layering_check`) and building with this command:

```
bazel build tensorflow/lite/micro/kernels:add_test --repo_env=CC=`which clang`
```

results in a number of additional build errors that will need much
broader changes to the TFLM BUILD files to fix.

As a result, we are currently turning off the layering_check to at least
make the internal and external builds consistent.

Fixes #46347

See http://b/177257332 for more internal-only context.
2021-01-11 14:06:24 -08:00
..
BUILD Explicitly disable layering check for TFLM bazel packages. 2021-01-11 14:06:24 -08:00
greedy_memory_planner_test.cc Consistent copts for test and non-test targets. 2020-07-16 11:31:35 -07:00
greedy_memory_planner.cc Fix compile errors. 2020-06-04 09:22:37 +02:00
greedy_memory_planner.h Merge pull request #38121 from jenselofsson:offline_memory_planner 2020-06-15 13:37:09 -07:00
linear_memory_planner_test.cc Consistent copts for test and non-test targets. 2020-07-16 11:31:35 -07:00
linear_memory_planner.cc
linear_memory_planner.h
memory_planner.h minor spelling tweaks 2020-03-08 15:41:21 +09:00