STT-tensorflow/tensorflow/lite/micro/testing
Nick Kreeger b6d13bb0a8 Remove TF Micro tests that use the "name" field in TfLiteTensor.
The TFLM team is preparing to provide an "optimized" memory build option. This build option will eliminate non-needed/essential fields from core TFLite structs. The first big change is to reduce the number of pointers on TfLiteTensor. Many models have multiple tensors (e.g. benchmark keyword has 54) and each pointer adds up for TFLM. This cleanup pass removes the soon to be un-used 'name' field from TfLiteTensor.

PiperOrigin-RevId: 316000388
Change-Id: I230865014d5a59b78c1c1c9f5eda784f6d611e77
2020-06-11 16:42:03 -07:00
..
bluepill.resc TFLu: Update stm32f4 target 2020-01-22 11:55:45 +01:00
bluepill.robot
BUILD Restrict visibility for micro libraries. 2020-06-10 11:35:26 -07:00
Dockerfile.bluepill TFLu: Update stm32f4 target 2020-01-22 11:55:45 +01:00
Dockerfile.riscv
Dockerfile.stm32f4 TFLu: Update stm32f4 target 2020-01-22 11:55:45 +01:00
generate_test_models.py Add canonical test conv2d model data and generation script. 2020-06-02 14:49:00 -07:00
leon_commands
micro_test.bzl
micro_test.h TFLM: Fix mysterious doule execution issue in TF_LITE_MICRO_EXPECT_EQ. 2020-03-30 22:42:27 -07:00
sifive_fe310.resc
stm32f4.resc TFLu: Update stm32f4 target 2020-01-22 11:55:45 +01:00
stm32f4.robot TFLu: Update stm32f4 target 2020-01-22 11:55:45 +01:00
test_bluepill_binary.sh
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 Add hexagon target to build and run Qualcomm hexagon binaries. 2020-01-21 16:46:22 -08:00
test_leon_binary.sh
test_linux_binary.sh
test_stm32f4_binary.sh TFLu: Update stm32f4 target 2020-01-22 11:55:45 +01:00
test_utils.cc Remove TF Micro tests that use the "name" field in TfLiteTensor. 2020-06-11 16:42:03 -07:00
test_utils.h Remove TF Micro tests that use the "name" field in TfLiteTensor. 2020-06-11 16:42:03 -07:00
test_xcore_binary.sh Prcandidate1 (#2) 2020-05-07 16:31:22 -04:00
test_xtensa_hifi_binary.sh Cadence HiFi4 Neural Network (NN) Library 2020-03-25 09:35:28 -07:00
test_xtensa_xpg_binary.sh Use the environment variable Xtensa core in micro unit tests instead of hard coding. 2019-12-31 09:10:59 -08:00
util_test.cc TFLM: Fix mysterious doule execution issue in TF_LITE_MICRO_EXPECT_EQ. 2020-03-30 22:42:27 -07:00