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
..
2020-01-22 11:55:45 +01:00
2020-06-10 11:35:26 -07:00
2020-01-22 11:55:45 +01:00
2020-01-22 11:55:45 +01:00
2020-01-22 11:55:45 +01:00
2020-05-07 16:31:22 -04:00