STT-tensorflow/tensorflow/lite/micro/testing
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
..
bluepill_nontest.resc Update the external license check to be close to the internal check. 2020-12-17 09:52:30 -08:00
bluepill.resc Add 'Should Create Platform' 2020-11-10 11:54:26 +01:00
BUILD Explicitly disable layering check for TFLM bazel packages. 2021-01-11 14:06:24 -08:00
Dockerfile.riscv
generate_test_models.py Remove explicit line "experimental_new_converter = True" the converter launched and is now the default. 2020-06-25 22:39:54 -07:00
leon_commands
micro_test.bzl Consistent copts for test and non-test targets. 2020-07-16 11:31:35 -07:00
micro_test.h Consistent copts for test and non-test targets. 2020-07-16 11:31:35 -07:00
robot.resource.txt Rename robot.resource to exclude it from needing a license 2020-12-17 10:23:40 +01:00
sifive_fe310.resc Update the external license check to be close to the internal check. 2020-12-17 09:52:30 -08:00
stm32f4.resc Use common renode testing script for bluepill and stm32f4. 2020-12-17 18:23:55 -08:00
test_conv_model.cc Add canonical test conv2d model data and generation script. 2020-06-02 14:49:00 -07:00
test_conv_model.h Add canonical test conv2d model data and generation script. 2020-06-02 14:49:00 -07:00
test_ecm3531_binary.sh
test_hexagon_binary.sh
test_leon_binary.sh
test_linux_binary.sh Print error to terminal when linux tests fail. 2020-08-19 14:58:49 -07:00
test_with_renode.sh Add target and pass_string parameters to the renode test script to fix #46186 2021-01-05 13:39:06 -08:00
test_xcore_binary.sh Prcandidate1 (#2) 2020-05-07 16:31:22 -04:00
test_xtensa_binary.sh Starting to consolidate the xtensa kernels. 2020-11-11 14:16:13 -08:00
test_xtensa_hifi_binary.sh Manually fix licenses for the files to ensure consistent formatting. 2020-12-14 14:11:32 -08:00
test_xtensa_hifimini_binary.sh Fix xtensa_hifimini build. 2020-07-06 12:46:09 -07:00
test_xtensa_hifimini_staging_binary.sh Fix xtensa_hifimini build. 2020-07-06 12:46:09 -07:00
util_test.cc Deprecate and remove testing/test_utils.h from TF Micro. 2020-10-07 15:17:49 -07:00