Using the Graph Executor together with CMSIS-NN I get runtime errors like
no such function in module: tvmgen_default_cmsis_nn_main_0
In the generated code the above function uses the CMSIS-NN kernel but it is missing in the function registry, so it cannot be triggered by the RPC calls.
Are Graph Executor and CMSIS-NN supposed to be compatible (and it is a bug) or are they mutual exclusive?