g_magic_wand_model_data[]
に前回 得られたmodel.ccからデータをコピペして代入する。model_tflite_len
も更新する。// Create an area of memory to use for input, output, and intermediate arrays.
// The size of this will depend on the model you're using, and may need to be
// determined by experimentation.
constexpr int kTensorArenaSize = 60 * 1024;