mlcommons / tiny

MLPerf™ Tiny is an ML benchmark suite for extremely low-power systems such as microcontrollers
https://mlcommons.org/en/groups/inference-tiny/
Apache License 2.0
344 stars 81 forks source link

keyword spotting: linker error #143

Closed EdoardoCisco closed 11 months ago

EdoardoCisco commented 11 months ago

Hello, I'm trying to deploy on my board, while compiling, i get a linker error on line 102 static tflite::MicroModelRunner<int8_t, int8_t, 6> model_runner( g_kws_model_data, resolver, tensor_arena, kTensorArenaSize); runner = &model_runner; } g_kws_model_data undefined symbol, this is under benchmark/reference_submissions/keyword_spotting/submitter_implemented.cpp